Html Css Color HEX #021A84 Navy

📋 copy color: '#021A84'

red 2 ◦ green 26 ◦ blue 132

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

Shades of Navy #021A84

Tints of Navy #021A84

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

 BLUE value IS 132 (51.95% from 255) = 82.5%

R = 1.25%
G = 16.25%
B = 82.5%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021A84 (or 0x021A84) is known color: Navy. HEX triplet: 02, 1A and 84. RGB value is (2,26,132). Sum of RGB (Red+Green+Blue) = 2+26+132=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #021A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A84 is #FDE57B. Grayscale: #1E1E1E. Windows color (decimal): -16639356 or 8657410. OLE color: 8657410.

HSL color Cylindrical-coordinate representation of color #021A84: hue angle of 228.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A84 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 26 132 -
CMYK 0.98 0.80 0 0.48
HSL 228.92º 0.97% 0.26% -
HSV(B) 228.92º 0.98% 0.52% -
XYZ 4.56 2.42 22.06 -
YUV 30.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 2 26 132 0.98 0.80 0 0.48 228.92 0.97 0.26
Hex 2 1A 84 62 50 0 30 E5 61 1A
Octal 2 32 204 142 120 0 60 345 141 32
Binary 10 11010 10000100 1100010 1010000 0 110000 11100101 1100001 11010

Color Harmonies of #021A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A84

Black with #021A84

Text Example


Text Example

White with #021A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021A84; }

 p { color: rgb(2,26,132); }

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

background-color css

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

 a { background-color: rgb(2,26,132); }

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

border-color css

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

 span { border-color: rgb(2,26,132); }

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