#120D54

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

Shades of Midnight Blue #120D54

Tints of Midnight Blue #120D54

Color information

#120D54 (or 0x120D54) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 54. RGB value is (18,13,84). Sum of RGB (Red+Green+Blue) = 18+13+84=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #120D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D54 is #EDF2AB. Grayscale: #161616. Windows color (decimal): -15594156 or 5508370. OLE color: 5508370.

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

Color convert

RGB181384-
CMYK0.790.8500.67
HSL244.23º73.2%19.02%-
HSV(B)244.23º84.52%32.94%-
XYZ1.991.068.49-
YUV22.59162.66124.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 84 (33.20% from 255) = 73.04%
R=15.65%
G=11.30%
B=73.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1813840.790.8500.67244.2373.219.02
Hex12D544F55043f44913
Octal2215124117125010336411123
Binary1001011011010100100111110101010100001111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,84); }

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

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

 a { background-color: rgb(18,13,84); }

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

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

 span { border-color: rgb(18,13,84); }

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