Html Css Color HEX #021076 Navy

📋 copy color: '#021076'

red 2 ◦ green 16 ◦ blue 118

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

Shades of Navy #021076

Tints of Navy #021076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 1.47%
G = 11.76%
B = 86.76%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021076 (or 0x021076) is known color: Navy. HEX triplet: 02, 10 and 76. RGB value is (2,16,118). Sum of RGB (Red+Green+Blue) = 2+16+118=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #021076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021076 is #FDEF89. Grayscale: #171717. Windows color (decimal): -16641930 or 7737346. OLE color: 7737346.

HSL color Cylindrical-coordinate representation of color #021076: hue angle of 232.76º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021076 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 16 118 -
CMYK 0.98 0.86 0 0.54
HSL 232.76º 0.97% 0.24% -
HSV(B) 232.76º 0.98% 0.46% -
XYZ 3.48 1.69 17.28 -
YUV 23.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 2 16 118 0.98 0.86 0 0.54 232.76 0.97 0.24
Hex 2 10 76 62 56 0 36 E9 61 18
Octal 2 20 166 142 126 0 66 351 141 30
Binary 10 10000 1110110 1100010 1010110 0 110110 11101001 1100001 11000

Color Harmonies of #021076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021076

Black with #021076

Text Example


Text Example

White with #021076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021076; }

 p { color: rgb(2,16,118); }

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

background-color css

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

 a { background-color: rgb(2,16,118); }

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

border-color css

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

 span { border-color: rgb(2,16,118); }

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