Html Css Color HEX #081481 Navy

📋 copy color: '#081481'

red 8 ◦ green 20 ◦ blue 129

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

Shades of Navy #081481

Tints of Navy #081481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 5.1%
G = 12.74%
B = 82.17%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#081481 (or 0x081481) is known color: Navy. HEX triplet: 08, 14 and 81. RGB value is (8,20,129). Sum of RGB (Red+Green+Blue) = 8+20+129=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #081481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081481 is #F7EB7E. Grayscale: #1C1C1C. Windows color (decimal): -16247679 or 8459272. OLE color: 8459272.

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

Color convert

RGB 8 20 129 -
CMYK 0.94 0.84 0 0.49
HSL 234.05º 0.88% 0.27% -
HSV(B) 234.05º 0.94% 0.51% -
XYZ 4.31 2.14 20.95 -
YUV 28.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 8 20 129 0.94 0.84 0 0.49 234.05 0.88 0.27
Hex 8 14 81 5E 54 0 31 EA 58 1B
Octal 10 24 201 136 124 0 61 352 130 33
Binary 1000 10100 10000001 1011110 1010100 0 110001 11101010 1011000 11011

Color Harmonies of #081481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081481

Black with #081481

Text Example


Text Example

White with #081481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081481; }

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

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

background-color css

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

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

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

border-color css

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

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

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