Html Css Color HEX #021981 Navy

📋 copy color: '#021981'

red 2 ◦ green 25 ◦ blue 129

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

Shades of Navy #021981

Tints of Navy #021981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 129 (50.78% from 255) = 82.69%

R = 1.28%
G = 16.03%
B = 82.69%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021981 (or 0x021981) is known color: Navy. HEX triplet: 02, 19 and 81. RGB value is (2,25,129). Sum of RGB (Red+Green+Blue) = 2+25+129=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #021981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021981 is #FDE67E. Grayscale: #1D1D1D. Windows color (decimal): -16639615 or 8460546. OLE color: 8460546.

HSL color Cylindrical-coordinate representation of color #021981: hue angle of 229.13º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021981 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 25 129 -
CMYK 0.98 0.81 0 0.49
HSL 229.13º 0.97% 0.26% -
HSV(B) 229.13º 0.98% 0.51% -
XYZ 4.34 2.29 20.98 -
YUV 29.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 2 25 129 0.98 0.81 0 0.49 229.13 0.97 0.26
Hex 2 19 81 62 51 0 31 E5 61 1A
Octal 2 31 201 142 121 0 61 345 141 32
Binary 10 11001 10000001 1100010 1010001 0 110001 11100101 1100001 11010

Color Harmonies of #021981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021981

Black with #021981

Text Example


Text Example

White with #021981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021981; }

 p { color: rgb(2,25,129); }

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

background-color css

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

 a { background-color: rgb(2,25,129); }

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

border-color css

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

 span { border-color: rgb(2,25,129); }

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