#120F72

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

Shades of Midnight Blue #120F72

Tints of Midnight Blue #120F72

Color information

#120F72 (or 0x120F72) is unknown color: approx Midnight Blue. HEX triplet: 12, 0F and 72. RGB value is (18,15,114). Sum of RGB (Red+Green+Blue) = 18+15+114=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #120F72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F72 is #EDF08D. Grayscale: #1A1A1A. Windows color (decimal): -15593614 or 7474962. OLE color: 7474962.

HSL color Cylindrical-coordinate representation of color #120F72: hue angle of 241.82º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120F72 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1815114-
CMYK0.840.8700.55
HSL241.82º76.74%25.29%-
HSV(B)241.82º86.84%44.71%-
XYZ3.461.6916.06-
YUV27.18176.99121.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=12.24%
G=10.20%
B=77.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18151140.840.8700.55241.8276.7425.29
Hex12F725457037f24d19
Octal221716212412706736211531
Binary100101111111001010101001010111011011111110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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