#120D70

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

Shades of Midnight Blue #120D70

Tints of Midnight Blue #120D70

Color information

#120D70 (or 0x120D70) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 70. RGB value is (18,13,112). Sum of RGB (Red+Green+Blue) = 18+13+112=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #120D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D70 is #EDF28F. Grayscale: #191919. Windows color (decimal): -15594128 or 7343378. OLE color: 7343378.

HSL color Cylindrical-coordinate representation of color #120D70: hue angle of 243.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120D70 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1813112-
CMYK0.840.8800.56
HSL243.03º79.2%24.51%-
HSV(B)243.03º88.39%43.92%-
XYZ3.321.5915.46-
YUV25.78176.66122.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 112 (44.14% from 255) = 78.32%
R=12.59%
G=9.09%
B=78.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18131120.840.8800.56243.0379.224.51
Hex12D705458038f34f19
Octal221516012413007036311731
Binary100101101111000010101001011000011100011110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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