#160175

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

Shades of Navy #160175

Tints of Navy #160175

Color information

#160175 (or 0x160175) is unknown color: approx Navy. HEX triplet: 16, 01 and 75. RGB value is (22,1,117). Sum of RGB (Red+Green+Blue) = 22+1+117=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #160175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160175 is #E9FE8A. Grayscale: #141414. Windows color (decimal): -15335051 or 7667990. OLE color: 7667990.

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

Color convert

RGB221117-
CMYK0.810.9900.54
HSL250.86º98.31%23.14%-
HSV(B)250.86º99.15%45.88%-
XYZ3.551.4816.93-
YUV20.5182.46129.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.71%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=15.71%
G=0.71%
B=83.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2211170.810.9900.54250.8698.3123.14
Hex161755163036fb6217
Octal26116512114306637314227
Binary101101111010110100011100011011011011111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160175; }

 p { color: rgb(22,1,117); }

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

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

 a { background-color: rgb(22,1,117); }

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

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

 span { border-color: rgb(22,1,117); }

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