#121D66

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

Shades of Midnight Blue #121D66

Tints of Midnight Blue #121D66

Color information

#121D66 (or 0x121D66) is unknown color: approx Midnight Blue. HEX triplet: 12, 1D and 66. RGB value is (18,29,102). Sum of RGB (Red+Green+Blue) = 18+29+102=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #121D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D66 is #EDE299. Grayscale: #212121. Windows color (decimal): -15590042 or 6692114. OLE color: 6692114.

HSL color Cylindrical-coordinate representation of color #121D66: hue angle of 232.14º 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 #121D66 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1829102-
CMYK0.820.7200.6
HSL232.14º70%23.53%-
HSV(B)232.14º82.35%40%-
XYZ3.091.9712.79-
YUV34.03166.36116.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 102 (40.23% from 255) = 68.46%
R=12.08%
G=19.46%
B=68.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18291020.820.7200.6232.147023.53
Hex121D66524803Ce84618
Octal223514612211007435010630
Binary1001011101110011010100101001000011110011101000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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