Html Css Color HEX #020760 Navy

📋 copy color: '#020760'

red 2 ◦ green 7 ◦ blue 96

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

Shades of Navy #020760

Tints of Navy #020760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 91.43%

R = 1.9%
G = 6.67%
B = 91.43%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020760 (or 0x020760) is known color: Navy. HEX triplet: 02, 07 and 60. RGB value is (2,7,96). Sum of RGB (Red+Green+Blue) = 2+7+96=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 96 (37.89% from 255 or 91.43% from 105); Max value from RGB is 96 - color contains mainly: blue. Hex color #020760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020760 is #FDF89F. Grayscale: #0F0F0F. Windows color (decimal): -16644256 or 6293250. OLE color: 6293250.

HSL color Cylindrical-coordinate representation of color #020760: hue angle of 236.81º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020760 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 7 96 -
CMYK 0.98 0.93 0 0.62
HSL 236.81º 0.96% 0.19% -
HSV(B) 236.81º 0.98% 0.38% -
XYZ 2.21 1.01 11.14 -
YUV 15.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 2 7 96 0.98 0.93 0 0.62 236.81 0.96 0.19
Hex 2 7 60 62 5D 0 3E ED 60 13
Octal 2 7 140 142 135 0 76 355 140 23
Binary 10 111 1100000 1100010 1011101 0 111110 11101101 1100000 10011

Color Harmonies of #020760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020760

Black with #020760

Text Example


Text Example

White with #020760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020760; }

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

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

background-color css

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

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

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

border-color css

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

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

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