#120C53

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

Shades of Midnight Blue #120C53

Tints of Midnight Blue #120C53

Color information

#120C53 (or 0x120C53) is unknown color: approx Midnight Blue. HEX triplet: 12, 0C and 53. RGB value is (18,12,83). Sum of RGB (Red+Green+Blue) = 18+12+83=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #120C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C53 is #EDF3AC. Grayscale: #151515. Windows color (decimal): -15594413 or 5442578. OLE color: 5442578.

HSL color Cylindrical-coordinate representation of color #120C53: hue angle of 245.07º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120C53 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB181283-
CMYK0.780.8600.67
HSL245.07º74.74%18.63%-
HSV(B)245.07º85.54%32.55%-
XYZ1.941.028.28-
YUV21.89162.49125.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=15.93%
G=10.62%
B=73.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1812830.780.8600.67245.0774.7418.63
Hex12C534E56043f54b13
Octal2214123116126010336511323
Binary1001011001010011100111010101100100001111110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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