#080178

Color #080178 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080178

Tints of Navy #080178

Color information

#080178 (or 0x080178) is unknown color: approx Navy. HEX triplet: 08, 01 and 78. RGB value is (8,1,120). Sum of RGB (Red+Green+Blue) = 8+1+120=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 120 (47.27% from 255 or 93.02% from 129); Max value from RGB is 120 - color contains mainly: blue. Hex color #080178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080178 is #F7FE87. Grayscale: #101010. Windows color (decimal): -16252552 or 7864584. OLE color: 7864584.

HSL color Cylindrical-coordinate representation of color #080178: hue angle of 243.53º 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 #080178 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81120-
CMYK0.930.9900.53
HSL243.53º98.35%23.73%-
HSV(B)243.53º99.17%47.06%-
XYZ3.51.4317.86-
YUV16.66186.32121.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 120 (47.27% from 255) = 93.02%
R=6.20%
G=0.78%
B=93.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811200.930.9900.53243.5398.3523.73
Hex81785D63035f46218
Octal10117013514306536414230
Binary10001111100010111011100011011010111110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080178; }

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

 H1.HeaderClassName
 {
   color: #080178;
 }
 .AnyTagClassName
 {
   color: #080178;
 }
</style>
background-color css

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

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

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

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

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

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