Html Css Color HEX #021882 Navy

📋 copy color: '#021882'

red 2 ◦ green 24 ◦ blue 130

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

Shades of Navy #021882

Tints of Navy #021882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 83.33%

R = 1.28%
G = 15.38%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021882 (or 0x021882) is known color: Navy. HEX triplet: 02, 18 and 82. RGB value is (2,24,130). Sum of RGB (Red+Green+Blue) = 2+24+130=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #021882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021882 is #FDE77D. Grayscale: #1D1D1D. Windows color (decimal): -16639870 or 8525826. OLE color: 8525826.

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

Color convert

RGB 2 24 130 -
CMYK 0.98 0.82 0 0.49
HSL 229.69º 0.97% 0.26% -
HSV(B) 229.69º 0.98% 0.51% -
XYZ 4.38 2.28 21.33 -
YUV 29.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 2 24 130 0.98 0.82 0 0.49 229.69 0.97 0.26
Hex 2 18 82 62 52 0 31 E6 61 1A
Octal 2 30 202 142 122 0 61 346 141 32
Binary 10 11000 10000010 1100010 1010010 0 110001 11100110 1100001 11010

Color Harmonies of #021882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021882

Black with #021882

Text Example


Text Example

White with #021882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021882; }

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

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

background-color css

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

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

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

border-color css

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

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

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