Html Css Color HEX #020763 Navy

📋 copy color: '#020763'

red 2 ◦ green 7 ◦ blue 99

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

Shades of Navy #020763

Tints of Navy #020763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 1.85%
G = 6.48%
B = 91.67%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#020763 (or 0x020763) is known color: Navy. HEX triplet: 02, 07 and 63. RGB value is (2,7,99). Sum of RGB (Red+Green+Blue) = 2+7+99=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #020763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020763 is #FDF89C. Grayscale: #0F0F0F. Windows color (decimal): -16644253 or 6489858. OLE color: 6489858.

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

Color convert

RGB 2 7 99 -
CMYK 0.98 0.93 0 0.61
HSL 236.91º 0.96% 0.2% -
HSV(B) 236.91º 0.98% 0.39% -
XYZ 2.35 1.07 11.89 -
YUV 15.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 2 7 99 0.98 0.93 0 0.61 236.91 0.96 0.2
Hex 2 7 63 62 5D 0 3D ED 60 14
Octal 2 7 143 142 135 0 75 355 140 24
Binary 10 111 1100011 1100010 1011101 0 111101 11101101 1100000 10100

Color Harmonies of #020763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020763

Black with #020763

Text Example


Text Example

White with #020763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020763; }

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

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

background-color css

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

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

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

border-color css

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

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

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