Html Css Color HEX #020982 Navy

📋 copy color: '#020982'

red 2 ◦ green 9 ◦ blue 130

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

Shades of Navy #020982

Tints of Navy #020982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 1.42%
G = 6.38%
B = 92.2%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020982 (or 0x020982) is known color: Navy. HEX triplet: 02, 09 and 82. RGB value is (2,9,130). Sum of RGB (Red+Green+Blue) = 2+9+130=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 130 (51.17% from 255 or 92.20% from 141); Max value from RGB is 130 - color contains mainly: blue. Hex color #020982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020982 is #FDF67D. Grayscale: #141414. Windows color (decimal): -16643710 or 8521986. OLE color: 8521986.

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

Color convert

RGB 2 9 130 -
CMYK 0.98 0.93 0 0.49
HSL 236.72º 0.97% 0.26% -
HSV(B) 236.72º 0.98% 0.51% -
XYZ 4.15 1.82 21.25 -
YUV 20.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 2 9 130 0.98 0.93 0 0.49 236.72 0.97 0.26
Hex 2 9 82 62 5D 0 31 ED 61 1A
Octal 2 11 202 142 135 0 61 355 141 32
Binary 10 1001 10000010 1100010 1011101 0 110001 11101101 1100001 11010

Color Harmonies of #020982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020982

Black with #020982

Text Example


Text Example

White with #020982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020982; }

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

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

background-color css

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

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

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

border-color css

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

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

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