#120C56

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

Shades of Midnight Blue #120C56

Tints of Midnight Blue #120C56

Color information

#120C56 (or 0x120C56) is unknown color: approx Midnight Blue. HEX triplet: 12, 0C and 56. RGB value is (18,12,86). Sum of RGB (Red+Green+Blue) = 18+12+86=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #120C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C56 is #EDF3A9. Grayscale: #151515. Windows color (decimal): -15594410 or 5639186. OLE color: 5639186.

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

Color convert

RGB181286-
CMYK0.790.8600.66
HSL244.86º75.51%19.22%-
HSV(B)244.86º86.05%33.73%-
XYZ2.061.068.9-
YUV22.23163.99124.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 86 (33.98% from 255) = 74.14%
R=15.52%
G=10.34%
B=74.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1812860.790.8600.66244.8675.5119.22
Hex12C564F56042f54c13
Octal2214126117126010236511423
Binary1001011001010110100111110101100100001011110101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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