#120566

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

Shades of Midnight Blue #120566

Tints of Midnight Blue #120566

Color information

#120566 (or 0x120566) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 66. RGB value is (18,5,102). Sum of RGB (Red+Green+Blue) = 18+5+102=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #120566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120566 is #EDFA99. Grayscale: #131313. Windows color (decimal): -15596186 or 6685970. OLE color: 6685970.

HSL color Cylindrical-coordinate representation of color #120566: hue angle of 248.04º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120566 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB185102-
CMYK0.820.9500.6
HSL248.04º90.65%20.98%-
HSV(B)248.04º95.1%40%-
XYZ2.71.212.66-
YUV19.94174.31126.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 102 (40.23% from 255) = 81.6%
R=14.4%
G=4%
B=81.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1851020.820.9500.6248.0490.6520.98
Hex12566525F03Cf85b15
Octal22514612213707437013325
Binary10010101110011010100101011111011110011111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120566; }

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

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

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

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

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

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

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

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