#120D6C

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

Shades of Midnight Blue #120D6C

Tints of Midnight Blue #120D6C

Color information

#120D6C (or 0x120D6C) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 6C. RGB value is (18,13,108). Sum of RGB (Red+Green+Blue) = 18+13+108=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #120D6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D6C is #EDF293. Grayscale: #181818. Windows color (decimal): -15594132 or 7081234. OLE color: 7081234.

HSL color Cylindrical-coordinate representation of color #120D6C: hue angle of 243.16º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120D6C is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1813108-
CMYK0.830.8800.58
HSL243.16º78.51%23.73%-
HSV(B)243.16º87.96%42.35%-
XYZ3.11.514.31-
YUV25.32174.66122.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 108 (42.58% from 255) = 77.70%
R=12.95%
G=9.35%
B=77.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18131080.830.8800.58243.1678.5123.73
Hex12D6C535803Af34f18
Octal221515412313007236311730
Binary100101101110110010100111011000011101011110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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