Html Css Color HEX #020073 Navy

📋 copy color: '#020073'

red 2 ◦ green 0 ◦ blue 115

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

Shades of Navy #020073

Tints of Navy #020073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.71%
G = 0%
B = 98.29%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020073 (or 0x020073) is known color: Navy. HEX triplet: 02, 00 and 73. RGB value is (2,0,115). Sum of RGB (Red+Green+Blue) = 2+0+115=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 115 (45.31% from 255 or 98.29% from 117); Max value from RGB is 115 - color contains mainly: blue. Hex color #020073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020073 is #FDFF8C. Grayscale: #0D0D0D. Windows color (decimal): -16646029 or 7536642. OLE color: 7536642.

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

Color convert

RGB 2 0 115 -
CMYK 0.98 1 0 0.55
HSL 241.04º 1% 0.23% -
HSV(B) 241.04º 1% 0.45% -
XYZ 3.12 1.25 16.3 -
YUV 13.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 2 0 115 0.98 1 0 0.55 241.04 1 0.23
Hex 2 0 73 62 64 0 37 F1 64 17
Octal 2 0 163 142 144 0 67 361 144 27
Binary 10 0 1110011 1100010 1100100 0 110111 11110001 1100100 10111

Color Harmonies of #020073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020073

Black with #020073

Text Example


Text Example

White with #020073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020073; }

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

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

background-color css

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

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

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

border-color css

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

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

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