#120A56

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

Shades of Midnight Blue #120A56

Tints of Midnight Blue #120A56

Color information

#120A56 (or 0x120A56) is unknown color: approx Midnight Blue. HEX triplet: 12, 0A and 56. RGB value is (18,10,86). Sum of RGB (Red+Green+Blue) = 18+10+86=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #120A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A56 is #EDF5A9. Grayscale: #141414. Windows color (decimal): -15594922 or 5638674. OLE color: 5638674.

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

Color convert

RGB181086-
CMYK0.790.8800.66
HSL246.32º79.17%18.82%-
HSV(B)246.32º88.37%33.73%-
XYZ2.041.028.89-
YUV21.06164.65125.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 86 (33.98% from 255) = 75.44%
R=15.79%
G=8.77%
B=75.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1810860.790.8800.66246.3279.1718.82
Hex12A564F58042f64f13
Octal2212126117130010236611723
Binary1001010101010110100111110110000100001011110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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