#171156

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

Shades of Paua #171156

Tints of Paua #171156

Color information

#171156 (or 0x171156) is unknown color: approx Paua. HEX triplet: 17, 11 and 56. RGB value is (23,17,86). Sum of RGB (Red+Green+Blue) = 23+17+86=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #171156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171156 is #E8EEA9. Grayscale: #1A1A1A. Windows color (decimal): -15265450 or 5640471. OLE color: 5640471.

HSL color Cylindrical-coordinate representation of color #171156: hue angle of 245.22º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #171156 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB231786-
CMYK0.730.8000.66
HSL245.22º66.99%20.2%-
HSV(B)245.22º80.23%33.73%-
XYZ2.231.258.93-
YUV26.66161.49125.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.25%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=18.25%
G=13.49%
B=68.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2317860.730.8000.66245.2266.9920.2
Hex1711564950042f54314
Octal2721126111120010236510324
Binary10111100011010110100100110100000100001011110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171156; }

 p { color: rgb(23,17,86); }

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

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

 a { background-color: rgb(23,17,86); }

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

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

 span { border-color: rgb(23,17,86); }

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