#170855

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

Shades of Paua #170855

Tints of Paua #170855

Color information

#170855 (or 0x170855) is unknown color: approx Paua. HEX triplet: 17, 08 and 55. RGB value is (23,8,85). Sum of RGB (Red+Green+Blue) = 23+8+85=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #170855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170855 is #E8F7AA. Grayscale: #141414. Windows color (decimal): -15267755 or 5572631. OLE color: 5572631.

HSL color Cylindrical-coordinate representation of color #170855: hue angle of 251.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170855 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB23885-
CMYK0.730.9100.67
HSL251.69º82.8%18.24%-
HSV(B)251.69º90.59%33.33%-
XYZ2.081.018.68-
YUV21.26163.97129.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 85 (33.59% from 255) = 73.28%
R=19.83%
G=6.90%
B=73.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal238850.730.9100.67251.6982.818.24
Hex17855495B043fc5312
Octal2710125111133010337412322
Binary1011110001010101100100110110110100001111111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170855; }

 p { color: rgb(23,8,85); }

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

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

 a { background-color: rgb(23,8,85); }

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

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

 span { border-color: rgb(23,8,85); }

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