#000176

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

Shades of Navy #000176

Tints of Navy #000176

Color information

#000176 (or 0x000176) is unknown color: approx Navy. HEX triplet: 00, 01 and 76. RGB value is (0,1,118). Sum of RGB (Red+Green+Blue) = 0+1+118=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 118 (46.48% from 255 or 99.16% from 119); Max value from RGB is 118 - color contains mainly: blue. Hex color #000176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000176 is #FFFE89. Grayscale: #0D0D0D. Windows color (decimal): -16776842 or 7733504. OLE color: 7733504.

HSL color Cylindrical-coordinate representation of color #000176: hue angle of 239.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000176 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB01118-
CMYK10.9900.54
HSL239.49º100%23.14%-
HSV(B)239.49º100%46.27%-
XYZ3.281.3317.22-
YUV14.04186.67117.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 118 (46.48% from 255) = 99.16%
R=0%
G=0.84%
B=99.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0111810.9900.54239.4910023.14
Hex01766463036ef6417
Octal0116614414306635714427
Binary01111011011001001100011011011011101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000176; }

 p { color: rgb(0,1,118); }

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

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

 a { background-color: rgb(0,1,118); }

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

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

 span { border-color: rgb(0,1,118); }

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