#120E6E

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

Shades of Midnight Blue #120E6E

Tints of Midnight Blue #120E6E

Color information

#120E6E (or 0x120E6E) is unknown color: approx Midnight Blue. HEX triplet: 12, 0E and 6E. RGB value is (18,14,110). Sum of RGB (Red+Green+Blue) = 18+14+110=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #120E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E6E is #EDF191. Grayscale: #191919. Windows color (decimal): -15593874 or 7212562. OLE color: 7212562.

HSL color Cylindrical-coordinate representation of color #120E6E: hue angle of 242.5º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120E6E is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1814110-
CMYK0.840.8700.57
HSL242.5º77.42%24.31%-
HSV(B)242.5º87.27%43.14%-
XYZ3.221.5714.88-
YUV26.14175.33122.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 14 (5.86% from 255) = 9.86%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=12.68%
G=9.86%
B=77.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18141100.840.8700.57242.577.4224.31
Hex12E6E5457039f24d18
Octal221615612412707136211530
Binary100101110110111010101001010111011100111110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,14,110); }

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

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

 a { background-color: rgb(18,14,110); }

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

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

 span { border-color: rgb(18,14,110); }

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