#000171

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

Shades of Navy #000171

Tints of Navy #000171

Color information

#000171 (or 0x000171) is unknown color: approx Navy. HEX triplet: 00, 01 and 71. RGB value is (0,1,113). Sum of RGB (Red+Green+Blue) = 0+1+113=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 113 (44.53% from 255 or 99.12% from 114); Max value from RGB is 113 - color contains mainly: blue. Hex color #000171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000171 is #FFFE8E. Grayscale: #0D0D0D. Windows color (decimal): -16776847 or 7405824. OLE color: 7405824.

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

Color convert

RGB01113-
CMYK10.9900.56
HSL239.47º100%22.16%-
HSV(B)239.47º100%44.31%-
XYZ2.991.2115.7-
YUV13.47184.17118.39-

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.88%
BLUE value IS 113 (44.53% from 255) = 99.12%
R=0%
G=0.88%
B=99.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0111310.9900.56239.4710022.16
Hex01716463038ef6416
Octal0116114414307035714426
Binary01111000111001001100011011100011101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000171; }

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

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

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

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

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

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

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

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