Html Css Color HEX #081281 Navy

📋 copy color: '#081281'

red 8 ◦ green 18 ◦ blue 129

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

Shades of Navy #081281

Tints of Navy #081281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 5.16%
G = 11.61%
B = 83.23%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#081281 (or 0x081281) is known color: Navy. HEX triplet: 08, 12 and 81. RGB value is (8,18,129). Sum of RGB (Red+Green+Blue) = 8+18+129=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #081281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081281 is #F7ED7E. Grayscale: #1B1B1B. Windows color (decimal): -16248191 or 8458760. OLE color: 8458760.

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

Color convert

RGB 8 18 129 -
CMYK 0.94 0.86 0 0.49
HSL 235.04º 0.88% 0.27% -
HSV(B) 235.04º 0.94% 0.51% -
XYZ 4.28 2.07 20.94 -
YUV 27.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 8 18 129 0.94 0.86 0 0.49 235.04 0.88 0.27
Hex 8 12 81 5E 56 0 31 EB 58 1B
Octal 10 22 201 136 126 0 61 353 130 33
Binary 1000 10010 10000001 1011110 1010110 0 110001 11101011 1011000 11011

Color Harmonies of #081281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081281

Black with #081281

Text Example


Text Example

White with #081281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081281; }

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

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

background-color css

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

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

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

border-color css

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

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

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