#120772

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

Shades of Midnight Blue #120772

Tints of Midnight Blue #120772

Color information

#120772 (or 0x120772) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 72. RGB value is (18,7,114). Sum of RGB (Red+Green+Blue) = 18+7+114=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #120772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120772 is #EDF88D. Grayscale: #161616. Windows color (decimal): -15595662 or 7472914. OLE color: 7472914.

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

Color convert

RGB187114-
CMYK0.840.9400.55
HSL246.17º88.43%23.73%-
HSV(B)246.17º93.86%44.71%-
XYZ3.361.516.03-
YUV22.49179.64124.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=12.95%
G=5.04%
B=82.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1871140.840.9400.55246.1788.4323.73
Hex12772545E037f65818
Octal22716212413606736613030
Binary10010111111001010101001011110011011111110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120772; }

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

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

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

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

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

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

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

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