Html Css Color HEX #080182 Navy

📋 copy color: '#080182'

red 8 ◦ green 1 ◦ blue 130

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

Shades of Navy #080182

Tints of Navy #080182

RGB

 RED value IS 8 (3.52% from 255) = 5.76%

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

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

R = 5.76%
G = 0.72%
B = 93.53%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080182 (or 0x080182) is known color: Navy. HEX triplet: 08, 01 and 82. RGB value is (8,1,130). Sum of RGB (Red+Green+Blue) = 8+1+130=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 1 (0.78% from 255 or 0.72% 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 #080182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080182 is #F7FE7D. Grayscale: #111111. Windows color (decimal): -16252542 or 8519944. OLE color: 8519944.

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

Color convert

RGB 8 1 130 -
CMYK 0.94 0.99 0 0.49
HSL 243.26º 0.98% 0.26% -
HSV(B) 243.26º 0.99% 0.51% -
XYZ 4.14 1.69 21.23 -
YUV 17.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 8 1 130 0.94 0.99 0 0.49 243.26 0.98 0.26
Hex 8 1 82 5E 63 0 31 F3 62 1A
Octal 10 1 202 136 143 0 61 363 142 32
Binary 1000 1 10000010 1011110 1100011 0 110001 11110011 1100010 11010

Color Harmonies of #080182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080182

Black with #080182

Text Example


Text Example

White with #080182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080182; }

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

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

background-color css

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

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

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

border-color css

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

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

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