Html Css Color HEX #020764 Navy

📋 copy color: '#020764'

red 2 ◦ green 7 ◦ blue 100

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

Shades of Navy #020764

Tints of Navy #020764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 91.74%

R = 1.83%
G = 6.42%
B = 91.74%

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

#020764 (or 0x020764) is known color: Navy. HEX triplet: 02, 07 and 64. RGB value is (2,7,100). Sum of RGB (Red+Green+Blue) = 2+7+100=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #020764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020764 is #FDF89B. Grayscale: #0F0F0F. Windows color (decimal): -16644252 or 6555394. OLE color: 6555394.

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

Color convert

RGB 2 7 100 -
CMYK 0.98 0.93 0 0.61
HSL 236.94º 0.96% 0.2% -
HSV(B) 236.94º 0.98% 0.39% -
XYZ 2.4 1.08 12.14 -
YUV 16.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 2 7 100 0.98 0.93 0 0.61 236.94 0.96 0.2
Hex 2 7 64 62 5D 0 3D ED 60 14
Octal 2 7 144 142 135 0 75 355 140 24
Binary 10 111 1100100 1100010 1011101 0 111101 11101101 1100000 10100

Color Harmonies of #020764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020764

Black with #020764

Text Example


Text Example

White with #020764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020764; }

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

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

background-color css

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

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

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

border-color css

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

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

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