Html Css Color HEX #020864 Navy

📋 copy color: '#020864'

red 2 ◦ green 8 ◦ blue 100

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

Shades of Navy #020864

Tints of Navy #020864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 1.82%
G = 7.27%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#020864 (or 0x020864) is known color: Navy. HEX triplet: 02, 08 and 64. RGB value is (2,8,100). Sum of RGB (Red+Green+Blue) = 2+8+100=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 100 (39.45% from 255 or 90.91% from 110); Max value from RGB is 100 - color contains mainly: blue. Hex color #020864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020864 is #FDF79B. Grayscale: #101010. Windows color (decimal): -16643996 or 6555650. OLE color: 6555650.

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

Color convert

RGB 2 8 100 -
CMYK 0.98 0.92 0 0.61
HSL 236.33º 0.96% 0.2% -
HSV(B) 236.33º 0.98% 0.39% -
XYZ 2.41 1.11 12.14 -
YUV 16.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 2 8 100 0.98 0.92 0 0.61 236.33 0.96 0.2
Hex 2 8 64 62 5C 0 3D EC 60 14
Octal 2 10 144 142 134 0 75 354 140 24
Binary 10 1000 1100100 1100010 1011100 0 111101 11101100 1100000 10100

Color Harmonies of #020864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020864

Black with #020864

Text Example


Text Example

White with #020864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020864; }

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

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

background-color css

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

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

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

border-color css

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

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

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