Html Css Color HEX #080381 Navy

📋 copy color: '#080381'

red 8 ◦ green 3 ◦ blue 129

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

Shades of Navy #080381

Tints of Navy #080381

RGB

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

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

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

R = 5.71%
G = 2.14%
B = 92.14%

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

#080381 (or 0x080381) is known color: Navy. HEX triplet: 08, 03 and 81. RGB value is (8,3,129). Sum of RGB (Red+Green+Blue) = 8+3+129=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 129 (50.78% from 255 or 92.14% from 140); Max value from RGB is 129 - color contains mainly: blue. Hex color #080381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080381 is #F7FC7E. Grayscale: #121212. Windows color (decimal): -16252031 or 8454920. OLE color: 8454920.

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

Color convert

RGB 8 3 129 -
CMYK 0.94 0.98 0 0.49
HSL 242.38º 0.95% 0.26% -
HSV(B) 242.38º 0.98% 0.51% -
XYZ 4.1 1.7 20.88 -
YUV 18.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 8 3 129 0.94 0.98 0 0.49 242.38 0.95 0.26
Hex 8 3 81 5E 62 0 31 F2 5F 1A
Octal 10 3 201 136 142 0 61 362 137 32
Binary 1000 11 10000001 1011110 1100010 0 110001 11110010 1011111 11010

Color Harmonies of #080381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080381

Black with #080381

Text Example


Text Example

White with #080381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080381; }

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

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

background-color css

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

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

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

border-color css

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

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

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