#121172

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

Shades of Midnight Blue #121172

Tints of Midnight Blue #121172

Color information

#121172 (or 0x121172) is unknown color: approx Midnight Blue. HEX triplet: 12, 11 and 72. RGB value is (18,17,114). Sum of RGB (Red+Green+Blue) = 18+17+114=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #121172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121172 is #EDEE8D. Grayscale: #1B1B1B. Windows color (decimal): -15593102 or 7475474. OLE color: 7475474.

HSL color Cylindrical-coordinate representation of color #121172: hue angle of 240.62º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121172 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1817114-
CMYK0.840.8500.55
HSL240.62º74.05%25.69%-
HSV(B)240.62º85.09%44.71%-
XYZ3.491.7416.07-
YUV28.36176.33120.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=12.08%
G=11.41%
B=76.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18171140.840.8500.55240.6274.0525.69
Hex1211725455037f14a1a
Octal222116212412506736111232
Binary1001010001111001010101001010101011011111110001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121172; }

 p { color: rgb(18,17,114); }

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

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

 a { background-color: rgb(18,17,114); }

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

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

 span { border-color: rgb(18,17,114); }

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