#120776

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

Shades of Midnight Blue #120776

Tints of Midnight Blue #120776

Color information

#120776 (or 0x120776) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 76. RGB value is (18,7,118). Sum of RGB (Red+Green+Blue) = 18+7+118=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #120776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120776 is #EDF889. Grayscale: #161616. Windows color (decimal): -15595658 or 7735058. OLE color: 7735058.

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

Color convert

RGB187118-
CMYK0.850.9400.54
HSL245.95º88.8%24.51%-
HSV(B)245.95º94.07%46.27%-
XYZ3.61.5917.26-
YUV22.94181.64124.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 118 (46.48% from 255) = 82.52%
R=12.59%
G=4.90%
B=82.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1871180.850.9400.54245.9588.824.51
Hex12776555E036f65919
Octal22716612513606636613131
Binary10010111111011010101011011110011011011110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120776; }

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

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

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

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

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

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

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

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