#120D56

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

Shades of Midnight Blue #120D56

Tints of Midnight Blue #120D56

Color information

#120D56 (or 0x120D56) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 56. RGB value is (18,13,86). Sum of RGB (Red+Green+Blue) = 18+13+86=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #120D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D56 is #EDF2A9. Grayscale: #161616. Windows color (decimal): -15594154 or 5639442. OLE color: 5639442.

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

Color convert

RGB181386-
CMYK0.790.8500.66
HSL244.11º73.74%19.41%-
HSV(B)244.11º84.88%33.73%-
XYZ2.071.098.9-
YUV22.82163.66124.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 86 (33.98% from 255) = 73.50%
R=15.38%
G=11.11%
B=73.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1813860.790.8500.66244.1173.7419.41
Hex12D564F55042f44a13
Octal2215126117125010236411223
Binary1001011011010110100111110101010100001011110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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