Html Css Color HEX #080177 Navy

📋 copy color: '#080177'

red 8 ◦ green 1 ◦ blue 119

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

Shades of Navy #080177

Tints of Navy #080177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 92.97%

R = 6.25%
G = 0.78%
B = 92.97%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080177 (or 0x080177) is known color: Navy. HEX triplet: 08, 01 and 77. RGB value is (8,1,119). Sum of RGB (Red+Green+Blue) = 8+1+119=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #080177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080177 is #F7FE88. Grayscale: #101010. Windows color (decimal): -16252553 or 7799048. OLE color: 7799048.

HSL color Cylindrical-coordinate representation of color #080177: hue angle of 243.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080177 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 1 119 -
CMYK 0.93 0.99 0 0.53
HSL 243.56º 0.98% 0.24% -
HSV(B) 243.56º 0.99% 0.47% -
XYZ 3.44 1.41 17.54 -
YUV 16.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 8 1 119 0.93 0.99 0 0.53 243.56 0.98 0.24
Hex 8 1 77 5D 63 0 35 F4 62 18
Octal 10 1 167 135 143 0 65 364 142 30
Binary 1000 1 1110111 1011101 1100011 0 110101 11110100 1100010 11000

Color Harmonies of #080177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080177

Black with #080177

Text Example


Text Example

White with #080177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080177; }

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

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

background-color css

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

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

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

border-color css

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

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

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