Html Css Color HEX #020669 Navy

📋 copy color: '#020669'

red 2 ◦ green 6 ◦ blue 105

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

Shades of Navy #020669

Tints of Navy #020669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 1.77%
G = 5.31%
B = 92.92%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020669 (or 0x020669) is known color: Navy. HEX triplet: 02, 06 and 69. RGB value is (2,6,105). Sum of RGB (Red+Green+Blue) = 2+6+105=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #020669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020669 is #FDF996. Grayscale: #0F0F0F. Windows color (decimal): -16644503 or 6882818. OLE color: 6882818.

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

Color convert

RGB 2 6 105 -
CMYK 0.98 0.94 0 0.59
HSL 237.67º 0.96% 0.21% -
HSV(B) 237.67º 0.98% 0.41% -
XYZ 2.64 1.16 13.45 -
YUV 16.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 2 6 105 0.98 0.94 0 0.59 237.67 0.96 0.21
Hex 2 6 69 62 5E 0 3B EE 60 15
Octal 2 6 151 142 136 0 73 356 140 25
Binary 10 110 1101001 1100010 1011110 0 111011 11101110 1100000 10101

Color Harmonies of #020669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020669

Black with #020669

Text Example


Text Example

White with #020669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020669; }

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

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

background-color css

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

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

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

border-color css

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

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

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