Html Css Color HEX #020A84 Navy

📋 copy color: '#020A84'

red 2 ◦ green 10 ◦ blue 132

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

Shades of Navy #020A84

Tints of Navy #020A84

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

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

R = 1.39%
G = 6.94%
B = 91.67%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020A84 (or 0x020A84) is known color: Navy. HEX triplet: 02, 0A and 84. RGB value is (2,10,132). Sum of RGB (Red+Green+Blue) = 2+10+132=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #020A84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A84 is #FDF57B. Grayscale: #151515. Windows color (decimal): -16643452 or 8653314. OLE color: 8653314.

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

Color convert

RGB 2 10 132 -
CMYK 0.98 0.92 0 0.48
HSL 236.31º 0.97% 0.26% -
HSV(B) 236.31º 0.98% 0.52% -
XYZ 4.3 1.9 21.97 -
YUV 21.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 2 10 132 0.98 0.92 0 0.48 236.31 0.97 0.26
Hex 2 A 84 62 5C 0 30 EC 61 1A
Octal 2 12 204 142 134 0 60 354 141 32
Binary 10 1010 10000100 1100010 1011100 0 110000 11101100 1100001 11010

Color Harmonies of #020A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A84

Black with #020A84

Text Example


Text Example

White with #020A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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