Html Css Color HEX #020863 Navy

📋 copy color: '#020863'

red 2 ◦ green 8 ◦ blue 99

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

Shades of Navy #020863

Tints of Navy #020863

RGB

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

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

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

R = 1.83%
G = 7.34%
B = 90.83%

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

#020863 (or 0x020863) is known color: Navy. HEX triplet: 02, 08 and 63. RGB value is (2,8,99). Sum of RGB (Red+Green+Blue) = 2+8+99=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #020863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020863 is #FDF79C. Grayscale: #101010. Windows color (decimal): -16643997 or 6490114. OLE color: 6490114.

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

Color convert

RGB 2 8 99 -
CMYK 0.98 0.92 0 0.61
HSL 236.29º 0.96% 0.2% -
HSV(B) 236.29º 0.98% 0.39% -
XYZ 2.36 1.09 11.89 -
YUV 16.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 2 8 99 0.98 0.92 0 0.61 236.29 0.96 0.2
Hex 2 8 63 62 5C 0 3D EC 60 14
Octal 2 10 143 142 134 0 75 354 140 24
Binary 10 1000 1100011 1100010 1011100 0 111101 11101100 1100000 10100

Color Harmonies of #020863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020863

Black with #020863

Text Example


Text Example

White with #020863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020863; }

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

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

background-color css

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

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

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

border-color css

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

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

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