#120976

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

Shades of Midnight Blue #120976

Tints of Midnight Blue #120976

Color information

#120976 (or 0x120976) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 76. RGB value is (18,9,118). Sum of RGB (Red+Green+Blue) = 18+9+118=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #120976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120976 is #EDF689. Grayscale: #171717. Windows color (decimal): -15595146 or 7735570. OLE color: 7735570.

HSL color Cylindrical-coordinate representation of color #120976: hue angle of 244.95º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120976 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB189118-
CMYK0.850.9200.54
HSL244.95º85.83%24.9%-
HSV(B)244.95º92.37%46.27%-
XYZ3.621.6317.26-
YUV24.12180.98123.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 118 (46.48% from 255) = 81.38%
R=12.41%
G=6.21%
B=81.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1891180.850.9200.54244.9585.8324.9
Hex12976555C036f55619
Octal221116612513406636512631
Binary100101001111011010101011011100011011011110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120976; }

 p { color: rgb(18,9,118); }

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

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

 a { background-color: rgb(18,9,118); }

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

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

 span { border-color: rgb(18,9,118); }

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