Html Css Color HEX #020869 Navy

📋 copy color: '#020869'

red 2 ◦ green 8 ◦ blue 105

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

Shades of Navy #020869

Tints of Navy #020869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 91.3%

R = 1.74%
G = 6.96%
B = 91.3%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020869 (or 0x020869) is known color: Navy. HEX triplet: 02, 08 and 69. RGB value is (2,8,105). Sum of RGB (Red+Green+Blue) = 2+8+105=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #020869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020869 is #FDF796. Grayscale: #101010. Windows color (decimal): -16643991 or 6883330. OLE color: 6883330.

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

Color convert

RGB 2 8 105 -
CMYK 0.98 0.92 0 0.59
HSL 236.5º 0.96% 0.21% -
HSV(B) 236.5º 0.98% 0.41% -
XYZ 2.66 1.21 13.46 -
YUV 17.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 2 8 105 0.98 0.92 0 0.59 236.5 0.96 0.21
Hex 2 8 69 62 5C 0 3B ED 60 15
Octal 2 10 151 142 134 0 73 355 140 25
Binary 10 1000 1101001 1100010 1011100 0 111011 11101101 1100000 10101

Color Harmonies of #020869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020869

Black with #020869

Text Example


Text Example

White with #020869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020869; }

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

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

background-color css

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

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

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

border-color css

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

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

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