Html Css Color HEX #021881 Navy

📋 copy color: '#021881'

red 2 ◦ green 24 ◦ blue 129

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

Shades of Navy #021881

Tints of Navy #021881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 1.29%
G = 15.48%
B = 83.23%

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

#021881 (or 0x021881) is known color: Navy. HEX triplet: 02, 18 and 81. RGB value is (2,24,129). Sum of RGB (Red+Green+Blue) = 2+24+129=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #021881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021881 is #FDE77E. Grayscale: #1C1C1C. Windows color (decimal): -16639871 or 8460290. OLE color: 8460290.

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

Color convert

RGB 2 24 129 -
CMYK 0.98 0.81 0 0.49
HSL 229.61º 0.97% 0.26% -
HSV(B) 229.61º 0.98% 0.51% -
XYZ 4.31 2.25 20.98 -
YUV 29.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 2 24 129 0.98 0.81 0 0.49 229.61 0.97 0.26
Hex 2 18 81 62 51 0 31 E6 61 1A
Octal 2 30 201 142 121 0 61 346 141 32
Binary 10 11000 10000001 1100010 1010001 0 110001 11100110 1100001 11010

Color Harmonies of #021881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021881

Black with #021881

Text Example


Text Example

White with #021881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021881; }

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

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

background-color css

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

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

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

border-color css

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

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

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