#120C72

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

Shades of Midnight Blue #120C72

Tints of Midnight Blue #120C72

Color information

#120C72 (or 0x120C72) is unknown color: approx Midnight Blue. HEX triplet: 12, 0C and 72. RGB value is (18,12,114). Sum of RGB (Red+Green+Blue) = 18+12+114=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #120C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C72 is #EDF38D. Grayscale: #191919. Windows color (decimal): -15594382 or 7474194. OLE color: 7474194.

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

Color convert

RGB1812114-
CMYK0.840.8900.55
HSL243.53º80.95%24.71%-
HSV(B)243.53º89.47%44.71%-
XYZ3.421.6116.05-
YUV25.42177.99122.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=12.5%
G=8.33%
B=79.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18121140.840.8900.55243.5380.9524.71
Hex12C725459037f45119
Octal221416212413106736412131
Binary100101100111001010101001011001011011111110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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