#020973

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

Shades of Navy #020973

Tints of Navy #020973

Color information

#020973 (or 0x020973) is unknown color: approx Navy. HEX triplet: 02, 09 and 73. RGB value is (2,9,115). Sum of RGB (Red+Green+Blue) = 2+9+115=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #020973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020973 is #FDF68C. Grayscale: #121212. Windows color (decimal): -16643725 or 7538946. OLE color: 7538946.

HSL color Cylindrical-coordinate representation of color #020973: hue angle of 236.28º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020973 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB29115-
CMYK0.980.9200.55
HSL236.28º96.58%22.94%-
HSV(B)236.28º98.26%45.1%-
XYZ3.221.4516.33-
YUV18.99182.18115.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 115 (45.31% from 255) = 91.27%
R=1.59%
G=7.14%
B=91.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal291150.980.9200.55236.2896.5822.94
Hex2973625C037ec6117
Octal21116314213406735414127
Binary101001111001111000101011100011011111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020973; }

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

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

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

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

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

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

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

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