Html Css Color HEX #020884 Navy

📋 copy color: '#020884'

red 2 ◦ green 8 ◦ blue 132

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

Shades of Navy #020884

Tints of Navy #020884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 1.41%
G = 5.63%
B = 92.96%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020884 (or 0x020884) is known color: Navy. HEX triplet: 02, 08 and 84. RGB value is (2,8,132). Sum of RGB (Red+Green+Blue) = 2+8+132=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 132 (51.95% from 255 or 92.96% from 142); Max value from RGB is 132 - color contains mainly: blue. Hex color #020884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020884 is #FDF77B. Grayscale: #131313. Windows color (decimal): -16643964 or 8652802. OLE color: 8652802.

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

Color convert

RGB 2 8 132 -
CMYK 0.98 0.94 0 0.48
HSL 237.23º 0.97% 0.26% -
HSV(B) 237.23º 0.98% 0.52% -
XYZ 4.28 1.85 21.96 -
YUV 20.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 2 8 132 0.98 0.94 0 0.48 237.23 0.97 0.26
Hex 2 8 84 62 5E 0 30 ED 61 1A
Octal 2 10 204 142 136 0 60 355 141 32
Binary 10 1000 10000100 1100010 1011110 0 110000 11101101 1100001 11010

Color Harmonies of #020884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020884

Black with #020884

Text Example


Text Example

White with #020884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020884; }

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

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

background-color css

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

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

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

border-color css

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

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

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