#120552

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

Shades of Midnight Blue #120552

Tints of Midnight Blue #120552

Color information

#120552 (or 0x120552) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 52. RGB value is (18,5,82). Sum of RGB (Red+Green+Blue) = 18+5+82=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #120552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120552 is #EDFAAD. Grayscale: #111111. Windows color (decimal): -15596206 or 5375250. OLE color: 5375250.

HSL color Cylindrical-coordinate representation of color #120552: hue angle of 250.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120552 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18582-
CMYK0.780.9400.68
HSL250.13º88.51%17.06%-
HSV(B)250.13º93.9%32.16%-
XYZ1.830.858.05-
YUV17.66164.31128.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 82 (32.42% from 255) = 78.10%
R=17.14%
G=4.76%
B=78.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal185820.780.9400.68250.1388.5117.06
Hex125524E5E044fa5911
Octal225122116136010437213121
Binary100101011010010100111010111100100010011111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120552; }

 p { color: rgb(18,5,82); }

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

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

 a { background-color: rgb(18,5,82); }

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

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

 span { border-color: rgb(18,5,82); }

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