#120558

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

Shades of Midnight Blue #120558

Tints of Midnight Blue #120558

Color information

#120558 (or 0x120558) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 58. RGB value is (18,5,88). Sum of RGB (Red+Green+Blue) = 18+5+88=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #120558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120558 is #EDFAA7. Grayscale: #121212. Windows color (decimal): -15596200 or 5768466. OLE color: 5768466.

HSL color Cylindrical-coordinate representation of color #120558: hue angle of 249.4º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120558 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18588-
CMYK0.800.9400.65
HSL249.4º89.25%18.24%-
HSV(B)249.4º94.32%34.51%-
XYZ2.070.949.31-
YUV18.35167.31127.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=16.22%
G=4.50%
B=79.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal185880.800.9400.65249.489.2518.24
Hex12558505E041f95912
Octal225130120136010137113122
Binary100101011011000101000010111100100000111111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120558; }

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

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

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

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

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

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

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

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