#000170

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

Shades of Navy #000170

Tints of Navy #000170

Color information

#000170 (or 0x000170) is unknown color: approx Navy. HEX triplet: 00, 01 and 70. RGB value is (0,1,112). Sum of RGB (Red+Green+Blue) = 0+1+112=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 112 (44.14% from 255 or 99.12% from 113); Max value from RGB is 112 - color contains mainly: blue. Hex color #000170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000170 is #FFFE8F. Grayscale: #0C0C0C. Windows color (decimal): -16776848 or 7340288. OLE color: 7340288.

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

Color convert

RGB01112-
CMYK10.9900.56
HSL239.46º100%21.96%-
HSV(B)239.46º100%43.92%-
XYZ2.941.1915.4-
YUV13.36183.67118.47-

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 112 (44.14% 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
Decimal0111210.9900.56239.4610021.96
Hex01706463038ef6416
Octal0116014414307035714426
Binary01111000011001001100011011100011101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000170; }

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

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

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

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

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

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

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

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