#021073

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

Shades of Navy #021073

Tints of Navy #021073

Color information

#021073 (or 0x021073) is unknown color: approx Navy. HEX triplet: 02, 10 and 73. RGB value is (2,16,115). Sum of RGB (Red+Green+Blue) = 2+16+115=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #021073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021073 is #FDEF8C. Grayscale: #161616. Windows color (decimal): -16641933 or 7540738. OLE color: 7540738.

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

Color convert

RGB216115-
CMYK0.980.8600.55
HSL232.57º96.58%22.94%-
HSV(B)232.57º98.26%45.1%-
XYZ3.31.6216.36-
YUV23.1179.86112.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 115 (45.31% from 255) = 86.47%
R=1.50%
G=12.03%
B=86.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2161150.980.8600.55232.5796.5822.94
Hex210736256037e96117
Octal22016314212606735114127
Binary1010000111001111000101010110011011111101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021073; }

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

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

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

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

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

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

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

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