Html Css Color HEX #080181 Navy

📋 copy color: '#080181'

red 8 ◦ green 1 ◦ blue 129

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

Shades of Navy #080181

Tints of Navy #080181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 5.8%
G = 0.72%
B = 93.48%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080181 (or 0x080181) is known color: Navy. HEX triplet: 08, 01 and 81. RGB value is (8,1,129). Sum of RGB (Red+Green+Blue) = 8+1+129=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 129 (50.78% from 255 or 93.48% from 138); Max value from RGB is 129 - color contains mainly: blue. Hex color #080181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080181 is #F7FE7E. Grayscale: #111111. Windows color (decimal): -16252543 or 8454408. OLE color: 8454408.

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

Color convert

RGB 8 1 129 -
CMYK 0.94 0.99 0 0.49
HSL 243.28º 0.98% 0.25% -
HSV(B) 243.28º 0.99% 0.51% -
XYZ 4.07 1.66 20.87 -
YUV 17.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 8 1 129 0.94 0.99 0 0.49 243.28 0.98 0.25
Hex 8 1 81 5E 63 0 31 F3 62 19
Octal 10 1 201 136 143 0 61 363 142 31
Binary 1000 1 10000001 1011110 1100011 0 110001 11110011 1100010 11001

Color Harmonies of #080181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080181

Black with #080181

Text Example


Text Example

White with #080181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080181; }

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

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

background-color css

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

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

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

border-color css

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

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

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