#020962

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

Shades of Midnight Blue #020962

Tints of Midnight Blue #020962

Color information

#020962 (or 0x020962) is unknown color: approx Midnight Blue. HEX triplet: 02, 09 and 62. RGB value is (2,9,98). Sum of RGB (Red+Green+Blue) = 2+9+98=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 98 (38.67% from 255 or 89.91% from 109); Max value from RGB is 98 - color contains mainly: blue. Hex color #020962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020962 is #FDF69D. Grayscale: #101010. Windows color (decimal): -16643742 or 6424834. OLE color: 6424834.

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

Color convert

RGB2998-
CMYK0.980.9100.62
HSL235.62º96%19.61%-
HSV(B)235.62º97.96%38.43%-
XYZ2.331.0911.64-
YUV17.05173.68117.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 98 (38.67% from 255) = 89.91%
R=1.83%
G=8.26%
B=89.91%

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
Decimal29980.980.9100.62235.629619.61
Hex2962625B03Eec6014
Octal21114214213307635414024
Binary101001110001011000101011011011111011101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020962; }

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

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

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

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

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

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

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

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