Html Css Color HEX #021073 Navy

📋 copy color: '#021073'

red 2 ◦ green 16 ◦ blue 115

#021073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #021073

Tints of Navy #021073

RGB

 RED value IS 2 (1.17% from 255) = 1.5%

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 1.5%
G = 12.03%
B = 86.47%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021073 (or 0x021073) is known color: 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

RGB 2 16 115 -
CMYK 0.98 0.86 0 0.55
HSL 232.57º 0.97% 0.23% -
HSV(B) 232.57º 0.98% 0.45% -
XYZ 3.3 1.62 16.36 -
YUV 23.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 2 16 115 0.98 0.86 0 0.55 232.57 0.97 0.23
Hex 2 10 73 62 56 0 37 E9 61 17
Octal 2 20 163 142 126 0 67 351 141 27
Binary 10 10000 1110011 1100010 1010110 0 110111 11101001 1100001 10111

Color Harmonies of #021073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021073

Black with #021073

Text Example


Text Example

White with #021073

Text Example


Text Example

HTML Codes & Css Web 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>