#121E6C

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

Shades of Midnight Blue #121E6C

Tints of Midnight Blue #121E6C

Color information

#121E6C (or 0x121E6C) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 6C. RGB value is (18,30,108). Sum of RGB (Red+Green+Blue) = 18+30+108=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #121E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E6C is #EDE193. Grayscale: #222222. Windows color (decimal): -15589780 or 7085586. OLE color: 7085586.

HSL color Cylindrical-coordinate representation of color #121E6C: hue angle of 232º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121E6C is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1830108-
CMYK0.830.7200.58
HSL232º71.43%24.71%-
HSV(B)232º83.33%42.35%-
XYZ3.422.1414.42-
YUV35.3169.02115.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 108 (42.58% from 255) = 69.23%
R=11.54%
G=19.23%
B=69.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18301080.830.7200.5823271.4324.71
Hex121E6C534803Ae84719
Octal223615412311007235010731
Binary1001011110110110010100111001000011101011101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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