#120879

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

Shades of Midnight Blue #120879

Tints of Midnight Blue #120879

Color information

#120879 (or 0x120879) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 79. RGB value is (18,8,121). Sum of RGB (Red+Green+Blue) = 18+8+121=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #120879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120879 is #EDF786. Grayscale: #171717. Windows color (decimal): -15595399 or 7931922. OLE color: 7931922.

HSL color Cylindrical-coordinate representation of color #120879: hue angle of 245.31º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120879 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB188121-
CMYK0.850.9300.53
HSL245.31º87.6%25.29%-
HSV(B)245.31º93.39%47.45%-
XYZ3.791.6818.21-
YUV23.87182.81123.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 121 (47.66% from 255) = 82.31%
R=12.24%
G=5.44%
B=82.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1881210.850.9300.53245.3187.625.29
Hex12879555D035f55819
Octal221017112513506536513031
Binary100101000111100110101011011101011010111110101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120879; }

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

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

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

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

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

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

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

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