Html Css Color HEX #020966 Navy

📋 copy color: '#020966'

red 2 ◦ green 9 ◦ blue 102

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

Shades of Navy #020966

Tints of Navy #020966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 102 (40.23% from 255) = 90.27%

R = 1.77%
G = 7.96%
B = 90.27%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#020966 (or 0x020966) is known color: Navy. HEX triplet: 02, 09 and 66. RGB value is (2,9,102). Sum of RGB (Red+Green+Blue) = 2+9+102=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #020966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020966 is #FDF699. Grayscale: #111111. Windows color (decimal): -16643738 or 6686978. OLE color: 6686978.

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

Color convert

RGB 2 9 102 -
CMYK 0.98 0.91 0 0.6
HSL 235.8º 0.96% 0.2% -
HSV(B) 235.8º 0.98% 0.4% -
XYZ 2.52 1.17 12.66 -
YUV 17.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 2 9 102 0.98 0.91 0 0.6 235.8 0.96 0.2
Hex 2 9 66 62 5B 0 3C EC 60 14
Octal 2 11 146 142 133 0 74 354 140 24
Binary 10 1001 1100110 1100010 1011011 0 111100 11101100 1100000 10100

Color Harmonies of #020966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020966

Black with #020966

Text Example


Text Example

White with #020966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020966; }

 p { color: rgb(2,9,102); }

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

background-color css

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

 a { background-color: rgb(2,9,102); }

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

border-color css

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

 span { border-color: rgb(2,9,102); }

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