#170075

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

Shades of Navy #170075

Tints of Navy #170075

Color information

#170075 (or 0x170075) is unknown color: approx Navy. HEX triplet: 17, 00 and 75. RGB value is (23,0,117). Sum of RGB (Red+Green+Blue) = 23+0+117=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 0 (0.39% from 255 or 0% 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 #170075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170075 is #E8FF8A. Grayscale: #131313. Windows color (decimal): -15269771 or 7667735. OLE color: 7667735.

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

Color convert

RGB230117-
CMYK0.80100.54
HSL251.79º100%22.94%-
HSV(B)251.79º100%45.88%-
XYZ3.561.4716.92-
YUV20.22182.62129.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=16.43%
G=0%
B=83.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2301170.80100.54251.7910022.94
Hex170755064036fc6417
Octal27016512014406637414427
Binary101110111010110100001100100011011011111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170075; }

 p { color: rgb(23,0,117); }

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

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

 a { background-color: rgb(23,0,117); }

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

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

 span { border-color: rgb(23,0,117); }

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