#120960

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

Shades of Midnight Blue #120960

Tints of Midnight Blue #120960

Color information

#120960 (or 0x120960) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 60. RGB value is (18,9,96). Sum of RGB (Red+Green+Blue) = 18+9+96=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #120960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120960 is #EDF69F. Grayscale: #151515. Windows color (decimal): -15595168 or 6293778. OLE color: 6293778.

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

Color convert

RGB18996-
CMYK0.810.9100.62
HSL246.21º82.86%20.59%-
HSV(B)246.21º90.62%37.65%-
XYZ2.461.1711.16-
YUV21.61169.98125.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 96 (37.89% from 255) = 78.05%
R=14.63%
G=7.32%
B=78.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal189960.810.9100.62246.2182.8620.59
Hex12960515B03Ef65315
Octal221114012113307636612325
Binary100101001110000010100011011011011111011110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120960; }

 p { color: rgb(18,9,96); }

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

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

 a { background-color: rgb(18,9,96); }

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

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

 span { border-color: rgb(18,9,96); }

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