#120159

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

Shades of Midnight Blue #120159

Tints of Midnight Blue #120159

Color information

#120159 (or 0x120159) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 59. RGB value is (18,1,89). Sum of RGB (Red+Green+Blue) = 18+1+89=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #120159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120159 is #EDFEA6. Grayscale: #0F0F0F. Windows color (decimal): -15597223 or 5832978. OLE color: 5832978.

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

Color convert

RGB18189-
CMYK0.800.9900.65
HSL251.59º97.78%17.65%-
HSV(B)251.59º98.88%34.9%-
XYZ2.060.879.51-
YUV16.12169.13129.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=16.67%
G=0.93%
B=82.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal181890.800.9900.65251.5997.7817.65
Hex121595063041fc6212
Octal221131120143010137414222
Binary1001011011001101000011000110100000111111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120159; }

 p { color: rgb(18,1,89); }

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

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

 a { background-color: rgb(18,1,89); }

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

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

 span { border-color: rgb(18,1,89); }

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