Html Css Color HEX #020865 Navy

📋 copy color: '#020865'

red 2 ◦ green 8 ◦ blue 101

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

Shades of Navy #020865

Tints of Navy #020865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 90.99%

R = 1.8%
G = 7.21%
B = 90.99%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020865 (or 0x020865) is known color: Navy. HEX triplet: 02, 08 and 65. RGB value is (2,8,101). Sum of RGB (Red+Green+Blue) = 2+8+101=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #020865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020865 is #FDF79A. Grayscale: #101010. Windows color (decimal): -16643995 or 6621186. OLE color: 6621186.

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

Color convert

RGB 2 8 101 -
CMYK 0.98 0.92 0 0.60
HSL 236.36º 0.96% 0.2% -
HSV(B) 236.36º 0.98% 0.4% -
XYZ 2.46 1.13 12.4 -
YUV 16.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 2 8 101 0.98 0.92 0 0.60 236.36 0.96 0.2
Hex 2 8 65 62 5C 0 3C EC 60 14
Octal 2 10 145 142 134 0 74 354 140 24
Binary 10 1000 1100101 1100010 1011100 0 111100 11101100 1100000 10100

Color Harmonies of #020865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020865

Black with #020865

Text Example


Text Example

White with #020865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020865; }

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

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

background-color css

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

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

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

border-color css

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

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

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