#121566

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

Shades of Midnight Blue #121566

Tints of Midnight Blue #121566

Color information

#121566 (or 0x121566) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 66. RGB value is (18,21,102). Sum of RGB (Red+Green+Blue) = 18+21+102=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #121566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121566 is #EDEA99. Grayscale: #1D1D1D. Windows color (decimal): -15592090 or 6690066. OLE color: 6690066.

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

Color convert

RGB1821102-
CMYK0.820.7900.6
HSL237.86º70%23.53%-
HSV(B)237.86º82.35%40%-
XYZ2.921.6212.73-
YUV29.34169.01119.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=12.77%
G=14.89%
B=72.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18211020.820.7900.6237.867023.53
Hex121566524F03Cee4618
Octal222514612211707435610630
Binary1001010101110011010100101001111011110011101110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121566; }

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

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

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

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

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

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

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

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