#020960

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

Shades of Midnight Blue #020960

Tints of Midnight Blue #020960

Color information

#020960 (or 0x020960) is unknown color: approx Midnight Blue. HEX triplet: 02, 09 and 60. RGB value is (2,9,96). Sum of RGB (Red+Green+Blue) = 2+9+96=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 96 (37.89% from 255 or 89.72% from 107); Max value from RGB is 96 - color contains mainly: blue. Hex color #020960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020960 is #FDF69F. Grayscale: #101010. Windows color (decimal): -16643744 or 6293762. OLE color: 6293762.

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

Color convert

RGB2996-
CMYK0.980.9100.62
HSL235.53º95.92%19.22%-
HSV(B)235.53º97.92%37.65%-
XYZ2.231.0511.15-
YUV16.82172.68117.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 96 (37.89% from 255) = 89.72%
R=1.87%
G=8.41%
B=89.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal29960.980.9100.62235.5395.9219.22
Hex2960625B03Eec6013
Octal21114014213307635414023
Binary101001110000011000101011011011111011101100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020960; }

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

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

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

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

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

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

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

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