#120872

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

Shades of Midnight Blue #120872

Tints of Midnight Blue #120872

Color information

#120872 (or 0x120872) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 72. RGB value is (18,8,114). Sum of RGB (Red+Green+Blue) = 18+8+114=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #120872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120872 is #EDF78D. Grayscale: #161616. Windows color (decimal): -15595406 or 7473170. OLE color: 7473170.

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

Color convert

RGB188114-
CMYK0.840.9300.55
HSL245.66º86.89%23.92%-
HSV(B)245.66º92.98%44.71%-
XYZ3.371.5216.03-
YUV23.07179.31124.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 114 (44.92% from 255) = 81.43%
R=12.86%
G=5.71%
B=81.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1881140.840.9300.55245.6686.8923.92
Hex12872545D037f65718
Octal221016212413506736612730
Binary100101000111001010101001011101011011111110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120872; }

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

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

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

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

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

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

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

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