#120861

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

Shades of Midnight Blue #120861

Tints of Midnight Blue #120861

Color information

#120861 (or 0x120861) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 61. RGB value is (18,8,97). Sum of RGB (Red+Green+Blue) = 18+8+97=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #120861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120861 is #EDF79E. Grayscale: #141414. Windows color (decimal): -15595423 or 6359058. OLE color: 6359058.

HSL color Cylindrical-coordinate representation of color #120861: hue angle of 246.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120861 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB18897-
CMYK0.810.9200.62
HSL246.74º84.76%20.59%-
HSV(B)246.74º91.75%38.04%-
XYZ2.491.1711.4-
YUV21.14170.81125.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=14.63%
G=6.50%
B=78.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal188970.810.9200.62246.7484.7620.59
Hex12861515C03Ef75515
Octal221014112113407636712525
Binary100101000110000110100011011100011111011110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120861; }

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

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

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

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

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

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

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

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