#122171

Color #122171 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #122171

Tints of Midnight Blue #122171

Color information

#122171 (or 0x122171) is unknown color: approx Midnight Blue. HEX triplet: 12, 21 and 71. RGB value is (18,33,113). Sum of RGB (Red+Green+Blue) = 18+33+113=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #122171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122171 is #EDDE8E. Grayscale: #252525. Windows color (decimal): -15589007 or 7414034. OLE color: 7414034.

HSL color Cylindrical-coordinate representation of color #122171: hue angle of 230.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122171 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1833113-
CMYK0.840.7100.56
HSL230.53º72.52%25.69%-
HSV(B)230.53º84.07%44.31%-
XYZ3.772.4115.89-
YUV37.64170.53114-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=10.98%
G=20.12%
B=68.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18331130.840.7100.56230.5372.5225.69
Hex1221715447038e7491a
Octal224116112410707034711132
Binary10010100001111000110101001000111011100011100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122171; }

 p { color: rgb(18,33,113); }

 H1.HeaderClassName
 {
   color: #122171;
 }
 .AnyTagClassName
 {
   color: #122171;
 }
</style>
background-color css

<style>
 a { background-color: #122171; }

 a { background-color: rgb(18,33,113); }

 div.DivClassName
 {
   background-color: #122171;
 }
 .BgClassName
 {
   background-color: #122171;
 }
</style>
border-color css

<style>
 span { border-color: #122171; }

 span { border-color: rgb(18,33,113); }

 td.TdClassName
 {
   border-color: #122171;
 }
 .TagClassName
 {
   border-color: #122171;
 }
</style>