#121B72

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

Shades of Midnight Blue #121B72

Tints of Midnight Blue #121B72

Color information

#121B72 (or 0x121B72) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 72. RGB value is (18,27,114). Sum of RGB (Red+Green+Blue) = 18+27+114=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #121B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B72 is #EDE48D. Grayscale: #212121. Windows color (decimal): -15590542 or 7478034. OLE color: 7478034.

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

Color convert

RGB1827114-
CMYK0.840.7600.55
HSL234.38º72.73%25.88%-
HSV(B)234.38º84.21%44.71%-
XYZ3.682.1316.14-
YUV34.23173.02116.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=11.32%
G=16.98%
B=71.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18271140.840.7600.55234.3872.7325.88
Hex121B72544C037ea491a
Octal223316212411406735211132
Binary1001011011111001010101001001100011011111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121B72; }

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

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

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

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

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

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

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

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