Html Css Color HEX #020782 Navy

📋 copy color: '#020782'

red 2 ◦ green 7 ◦ blue 130

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

Shades of Navy #020782

Tints of Navy #020782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 1.44%
G = 5.04%
B = 93.53%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020782 (or 0x020782) is known color: Navy. HEX triplet: 02, 07 and 82. RGB value is (2,7,130). Sum of RGB (Red+Green+Blue) = 2+7+130=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 130 (51.17% from 255 or 93.53% from 139); Max value from RGB is 130 - color contains mainly: blue. Hex color #020782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020782 is #FDF87D. Grayscale: #131313. Windows color (decimal): -16644222 or 8521474. OLE color: 8521474.

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

Color convert

RGB 2 7 130 -
CMYK 0.98 0.95 0 0.49
HSL 237.66º 0.97% 0.26% -
HSV(B) 237.66º 0.98% 0.51% -
XYZ 4.13 1.78 21.24 -
YUV 19.53 190.34 115.5 -
System Red Green Blue C M Y K H S L
Decimal 2 7 130 0.98 0.95 0 0.49 237.66 0.97 0.26
Hex 2 7 82 62 5F 0 31 EE 61 1A
Octal 2 7 202 142 137 0 61 356 141 32
Binary 10 111 10000010 1100010 1011111 0 110001 11101110 1100001 11010

Color Harmonies of #020782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020782

Black with #020782

Text Example


Text Example

White with #020782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020782; }

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

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

background-color css

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

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

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

border-color css

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

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

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