Html Css Color HEX #020772 Navy

📋 copy color: '#020772'

red 2 ◦ green 7 ◦ blue 114

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

Shades of Navy #020772

Tints of Navy #020772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 114 (44.92% from 255) = 92.68%

R = 1.63%
G = 5.69%
B = 92.68%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020772 (or 0x020772) is known color: Navy. HEX triplet: 02, 07 and 72. RGB value is (2,7,114). Sum of RGB (Red+Green+Blue) = 2+7+114=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #020772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020772 is #FDF88D. Grayscale: #111111. Windows color (decimal): -16644238 or 7472898. OLE color: 7472898.

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

Color convert

RGB 2 7 114 -
CMYK 0.98 0.94 0 0.55
HSL 237.32º 0.97% 0.23% -
HSV(B) 237.32º 0.98% 0.45% -
XYZ 3.14 1.38 16.02 -
YUV 17.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 2 7 114 0.98 0.94 0 0.55 237.32 0.97 0.23
Hex 2 7 72 62 5E 0 37 ED 61 17
Octal 2 7 162 142 136 0 67 355 141 27
Binary 10 111 1110010 1100010 1011110 0 110111 11101101 1100001 10111

Color Harmonies of #020772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020772

Black with #020772

Text Example


Text Example

White with #020772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020772; }

 p { color: rgb(2,7,114); }

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

background-color css

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

 a { background-color: rgb(2,7,114); }

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

border-color css

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

 span { border-color: rgb(2,7,114); }

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