Html Css Color HEX #020182 Navy

📋 copy color: '#020182'

red 2 ◦ green 1 ◦ blue 130

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

Shades of Navy #020182

Tints of Navy #020182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 1.5%
G = 0.75%
B = 97.74%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020182 (or 0x020182) is known color: Navy. HEX triplet: 02, 01 and 82. RGB value is (2,1,130). Sum of RGB (Red+Green+Blue) = 2+1+130=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 130 (51.17% from 255 or 97.74% from 133); Max value from RGB is 130 - color contains mainly: blue. Hex color #020182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020182 is #FDFE7D. Grayscale: #0F0F0F. Windows color (decimal): -16645758 or 8519938. OLE color: 8519938.

HSL color Cylindrical-coordinate representation of color #020182: hue angle of 240.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020182 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 1 130 -
CMYK 0.98 0.99 0 0.49
HSL 240.47º 0.98% 0.26% -
HSV(B) 240.47º 0.99% 0.51% -
XYZ 4.07 1.65 21.22 -
YUV 16.01 192.33 118.01 -
System Red Green Blue C M Y K H S L
Decimal 2 1 130 0.98 0.99 0 0.49 240.47 0.98 0.26
Hex 2 1 82 62 63 0 31 F0 62 1A
Octal 2 1 202 142 143 0 61 360 142 32
Binary 10 1 10000010 1100010 1100011 0 110001 11110000 1100010 11010

Color Harmonies of #020182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020182

Black with #020182

Text Example


Text Example

White with #020182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020182; }

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

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

background-color css

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

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

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

border-color css

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

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

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