#120D59

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

Shades of Midnight Blue #120D59

Tints of Midnight Blue #120D59

Color information

#120D59 (or 0x120D59) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 59. RGB value is (18,13,89). Sum of RGB (Red+Green+Blue) = 18+13+89=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #120D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D59 is #EDF2A6. Grayscale: #161616. Windows color (decimal): -15594151 or 5836050. OLE color: 5836050.

HSL color Cylindrical-coordinate representation of color #120D59: hue angle of 243.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120D59 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB181389-
CMYK0.800.8500.65
HSL243.95º74.51%20%-
HSV(B)243.95º85.39%34.9%-
XYZ2.21.149.56-
YUV23.16165.16124.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=15%
G=10.83%
B=74.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1813890.800.8500.65243.9574.5120
Hex12D595055041f44b14
Octal2215131120125010136411324
Binary1001011011011001101000010101010100000111110100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120D59; }

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

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

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

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

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

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

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

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