#120E63

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

Shades of Midnight Blue #120E63

Tints of Midnight Blue #120E63

Color information

#120E63 (or 0x120E63) is unknown color: approx Midnight Blue. HEX triplet: 12, 0E and 63. RGB value is (18,14,99). Sum of RGB (Red+Green+Blue) = 18+14+99=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #120E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E63 is #EDF19C. Grayscale: #181818. Windows color (decimal): -15593885 or 6491666. OLE color: 6491666.

HSL color Cylindrical-coordinate representation of color #120E63: hue angle of 242.82º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120E63 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB181499-
CMYK0.820.8600.61
HSL242.82º75.22%22.16%-
HSV(B)242.82º85.86%38.82%-
XYZ2.661.3411.92-
YUV24.89169.83123.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=13.74%
G=10.69%
B=75.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1814990.820.8600.61242.8275.2222.16
Hex12E63525603Df34b16
Octal221614312212607536311326
Binary100101110110001110100101010110011110111110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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