#120F76

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

Shades of Midnight Blue #120F76

Tints of Midnight Blue #120F76

Color information

#120F76 (or 0x120F76) is unknown color: approx Midnight Blue. HEX triplet: 12, 0F and 76. RGB value is (18,15,118). Sum of RGB (Red+Green+Blue) = 18+15+118=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #120F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F76 is #EDF089. Grayscale: #1B1B1B. Windows color (decimal): -15593610 or 7737106. OLE color: 7737106.

HSL color Cylindrical-coordinate representation of color #120F76: hue angle of 241.75º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120F76 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1815118-
CMYK0.850.8700.54
HSL241.75º77.44%26.08%-
HSV(B)241.75º87.29%46.27%-
XYZ3.691.7817.29-
YUV27.64178.99121.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=11.92%
G=9.93%
B=78.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18151180.850.8700.54241.7577.4426.08
Hex12F765557036f24d1a
Octal221716612512706636211532
Binary100101111111011010101011010111011011011110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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