Html Css Color HEX #080481 Navy

📋 copy color: '#080481'

red 8 ◦ green 4 ◦ blue 129

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

Shades of Navy #080481

Tints of Navy #080481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 129 (50.78% from 255) = 91.49%

R = 5.67%
G = 2.84%
B = 91.49%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080481 (or 0x080481) is known color: Navy. HEX triplet: 08, 04 and 81. RGB value is (8,4,129). Sum of RGB (Red+Green+Blue) = 8+4+129=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 129 (50.78% from 255 or 91.49% from 141); Max value from RGB is 129 - color contains mainly: blue. Hex color #080481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080481 is #F7FB7E. Grayscale: #121212. Windows color (decimal): -16251775 or 8455176. OLE color: 8455176.

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

Color convert

RGB 8 4 129 -
CMYK 0.94 0.97 0 0.49
HSL 241.92º 0.94% 0.26% -
HSV(B) 241.92º 0.97% 0.51% -
XYZ 4.11 1.72 20.89 -
YUV 19.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 8 4 129 0.94 0.97 0 0.49 241.92 0.94 0.26
Hex 8 4 81 5E 61 0 31 F2 5E 1A
Octal 10 4 201 136 141 0 61 362 136 32
Binary 1000 100 10000001 1011110 1100001 0 110001 11110010 1011110 11010

Color Harmonies of #080481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080481

Black with #080481

Text Example


Text Example

White with #080481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080481; }

 p { color: rgb(8,4,129); }

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

background-color css

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

 a { background-color: rgb(8,4,129); }

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

border-color css

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

 span { border-color: rgb(8,4,129); }

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