#020373

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

Shades of Navy #020373

Tints of Navy #020373

Color information

#020373 (or 0x020373) is unknown color: approx Navy. HEX triplet: 02, 03 and 73. RGB value is (2,3,115). Sum of RGB (Red+Green+Blue) = 2+3+115=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #020373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020373 is #FDFC8C. Grayscale: #0F0F0F. Windows color (decimal): -16645261 or 7537410. OLE color: 7537410.

HSL color Cylindrical-coordinate representation of color #020373: hue angle of 239.47º 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 #020373 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB23115-
CMYK0.980.9700.55
HSL239.47º96.58%22.94%-
HSV(B)239.47º98.26%45.1%-
XYZ3.151.3216.31-
YUV15.47184.17118.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 115 (45.31% from 255) = 95.83%
R=1.67%
G=2.5%
B=95.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231150.980.9700.55239.4796.5822.94
Hex23736261037ef6117
Octal2316314214106735714127
Binary1011111001111000101100001011011111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020373; }

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

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

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

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

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

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

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

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