Html Css Color HEX #021584 Navy

📋 copy color: '#021584'

red 2 ◦ green 21 ◦ blue 132

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

Shades of Navy #021584

Tints of Navy #021584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 1.29%
G = 13.55%
B = 85.16%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021584 (or 0x021584) is known color: Navy. HEX triplet: 02, 15 and 84. RGB value is (2,21,132). Sum of RGB (Red+Green+Blue) = 2+21+132=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #021584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021584 is #FDEA7B. Grayscale: #1B1B1B. Windows color (decimal): -16640636 or 8656130. OLE color: 8656130.

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

Color convert

RGB 2 21 132 -
CMYK 0.98 0.84 0 0.48
HSL 231.23º 0.97% 0.26% -
HSV(B) 231.23º 0.98% 0.52% -
XYZ 4.46 2.22 22.02 -
YUV 27.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 2 21 132 0.98 0.84 0 0.48 231.23 0.97 0.26
Hex 2 15 84 62 54 0 30 E7 61 1A
Octal 2 25 204 142 124 0 60 347 141 32
Binary 10 10101 10000100 1100010 1010100 0 110000 11100111 1100001 11010

Color Harmonies of #021584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021584

Black with #021584

Text Example


Text Example

White with #021584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021584; }

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

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

background-color css

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

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

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

border-color css

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

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

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