#120856

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

Shades of Midnight Blue #120856

Tints of Midnight Blue #120856

Color information

#120856 (or 0x120856) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 56. RGB value is (18,8,86). Sum of RGB (Red+Green+Blue) = 18+8+86=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #120856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120856 is #EDF7A9. Grayscale: #131313. Windows color (decimal): -15595434 or 5638162. OLE color: 5638162.

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

Color convert

RGB18886-
CMYK0.790.9100.66
HSL247.69º82.98%18.43%-
HSV(B)247.69º90.7%33.73%-
XYZ2.020.978.89-
YUV19.88165.31126.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 86 (33.98% from 255) = 76.79%
R=16.07%
G=7.14%
B=76.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188860.790.9100.66247.6982.9818.43
Hex128564F5B042f85312
Octal2210126117133010237012322
Binary1001010001010110100111110110110100001011111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120856; }

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

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

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

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

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

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

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

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