Html Css Color HEX #021276 Navy

📋 copy color: '#021276'

red 2 ◦ green 18 ◦ blue 118

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

Shades of Navy #021276

Tints of Navy #021276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 1.45%
G = 13.04%
B = 85.51%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021276 (or 0x021276) is known color: Navy. HEX triplet: 02, 12 and 76. RGB value is (2,18,118). Sum of RGB (Red+Green+Blue) = 2+18+118=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #021276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021276 is #FDED89. Grayscale: #181818. Windows color (decimal): -16641418 or 7737858. OLE color: 7737858.

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

Color convert

RGB 2 18 118 -
CMYK 0.98 0.85 0 0.54
HSL 231.72º 0.97% 0.24% -
HSV(B) 231.72º 0.98% 0.46% -
XYZ 3.51 1.75 17.29 -
YUV 24.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 2 18 118 0.98 0.85 0 0.54 231.72 0.97 0.24
Hex 2 12 76 62 55 0 36 E8 61 18
Octal 2 22 166 142 125 0 66 350 141 30
Binary 10 10010 1110110 1100010 1010101 0 110110 11101000 1100001 11000

Color Harmonies of #021276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021276

Black with #021276

Text Example


Text Example

White with #021276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021276; }

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

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

background-color css

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

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

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

border-color css

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

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

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