Html Css Color HEX #080382 Navy

📋 copy color: '#080382'

red 8 ◦ green 3 ◦ blue 130

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

Shades of Navy #080382

Tints of Navy #080382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 5.67%
G = 2.13%
B = 92.2%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080382 (or 0x080382) is known color: Navy. HEX triplet: 08, 03 and 82. RGB value is (8,3,130). Sum of RGB (Red+Green+Blue) = 8+3+130=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 3 (1.56% from 255 or 2.13% 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 #080382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080382 is #F7FC7D. Grayscale: #121212. Windows color (decimal): -16252030 or 8520456. OLE color: 8520456.

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

Color convert

RGB 8 3 130 -
CMYK 0.94 0.98 0 0.49
HSL 242.36º 0.95% 0.26% -
HSV(B) 242.36º 0.98% 0.51% -
XYZ 4.16 1.73 21.23 -
YUV 18.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 8 3 130 0.94 0.98 0 0.49 242.36 0.95 0.26
Hex 8 3 82 5E 62 0 31 F2 5F 1A
Octal 10 3 202 136 142 0 61 362 137 32
Binary 1000 11 10000010 1011110 1100010 0 110001 11110010 1011111 11010

Color Harmonies of #080382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080382

Black with #080382

Text Example


Text Example

White with #080382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080382; }

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

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

background-color css

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

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

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

border-color css

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

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

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