#121E66

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

Shades of Midnight Blue #121E66

Tints of Midnight Blue #121E66

Color information

#121E66 (or 0x121E66) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 66. RGB value is (18,30,102). Sum of RGB (Red+Green+Blue) = 18+30+102=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #121E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E66 is #EDE199. Grayscale: #222222. Windows color (decimal): -15589786 or 6692370. OLE color: 6692370.

HSL color Cylindrical-coordinate representation of color #121E66: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121E66 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1830102-
CMYK0.820.7100.6
HSL231.43º70%23.53%-
HSV(B)231.43º82.35%40%-
XYZ3.112.0212.8-
YUV34.62166.02116.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 68%
R=12%
G=20%
B=68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18301020.820.7100.6231.437023.53
Hex121E66524703Ce74618
Octal223614612210707434710630
Binary1001011110110011010100101000111011110011100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,102); }

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

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

 a { background-color: rgb(18,30,102); }

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

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

 span { border-color: rgb(18,30,102); }

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