Html Css Color HEX #020673 Navy

📋 copy color: '#020673'

red 2 ◦ green 6 ◦ blue 115

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

Shades of Navy #020673

Tints of Navy #020673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 1.63%
G = 4.88%
B = 93.5%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020673 (or 0x020673) is known color: Navy. HEX triplet: 02, 06 and 73. RGB value is (2,6,115). Sum of RGB (Red+Green+Blue) = 2+6+115=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #020673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020673 is #FDF98C. Grayscale: #101010. Windows color (decimal): -16644493 or 7538178. OLE color: 7538178.

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

Color convert

RGB 2 6 115 -
CMYK 0.98 0.95 0 0.55
HSL 237.88º 0.97% 0.23% -
HSV(B) 237.88º 0.98% 0.45% -
XYZ 3.18 1.38 16.32 -
YUV 17.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 2 6 115 0.98 0.95 0 0.55 237.88 0.97 0.23
Hex 2 6 73 62 5F 0 37 EE 61 17
Octal 2 6 163 142 137 0 67 356 141 27
Binary 10 110 1110011 1100010 1011111 0 110111 11101110 1100001 10111

Color Harmonies of #020673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020673

Black with #020673

Text Example


Text Example

White with #020673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020673; }

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

 H1.HeaderClassName
 {
   color: #020673;
 }
 .AnyTagClassName
 {
   color: #020673;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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