#120E61

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

Shades of Midnight Blue #120E61

Tints of Midnight Blue #120E61

Color information

#120E61 (or 0x120E61) is unknown color: approx Midnight Blue. HEX triplet: 12, 0E and 61. RGB value is (18,14,97). Sum of RGB (Red+Green+Blue) = 18+14+97=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #120E61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E61 is #EDF19E. Grayscale: #181818. Windows color (decimal): -15593887 or 6360594. OLE color: 6360594.

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

Color convert

RGB181497-
CMYK0.810.8600.62
HSL242.89º74.77%21.76%-
HSV(B)242.89º85.57%38.04%-
XYZ2.561.3111.43-
YUV24.66168.83123.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 97 (38.28% from 255) = 75.19%
R=13.95%
G=10.85%
B=75.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1814970.810.8600.62242.8974.7721.76
Hex12E61515603Ef34b16
Octal221614112112607636311326
Binary100101110110000110100011010110011111011110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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