Shades of Paua #170854
Tints of Paua #170854
RGB
CMYK
RGB Variations
Color information
#170854 (or 0x170854) is known color: Paua. HEX triplet: 17, 08 and 54. RGB value is (23,8,84). Sum of RGB (Red+Green+Blue) = 23+8+84=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #170854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170854 is #E8F7AB. Grayscale: #141414. Windows color (decimal): -15267756 or 5507095. OLE color: 5507095.
HSL color Cylindrical-coordinate representation of color #170854: hue angle of 251.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170854 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 8 | 84 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.67 |
| HSL | 251.84º | 0.83% | 0.18% | - |
| HSV(B) | 251.84º | 0.9% | 0.33% | - |
| XYZ | 2.04 | 1 | 8.47 | - |
| YUV | 21.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 84 | 0.73 | 0.90 | 0 | 0.67 | 251.84 | 0.83 | 0.18 |
| Hex | 17 | 8 | 54 | 49 | 5A | 0 | 43 | FC | 53 | 12 |
| Octal | 27 | 10 | 124 | 111 | 132 | 0 | 103 | 374 | 123 | 22 |
| Binary | 10111 | 1000 | 1010100 | 1001001 | 1011010 | 0 | 1000011 | 11111100 | 1010011 | 10010 |
Color Harmonies of #170854
Complementary color
Monochromatic Colors of #170854
Black with #170854
Text Example
Text Example
White with #170854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170854; }
p { color: rgb(23,8,84); }
H1.HeaderClassName
{
color: #170854;
}
.AnyTagClassName
{
color: #170854;
}
</style>
background-color css
<style>
a { background-color: #170854; }
a { background-color: rgb(23,8,84); }
div.DivClassName
{
background-color: #170854;
}
.BgClassName
{
background-color: #170854;
}
</style>
border-color css
<style>
span { border-color: #170854; }
span { border-color: rgb(23,8,84); }
td.TdClassName
{
border-color: #170854;
}
.TagClassName
{
border-color: #170854;
}
</style>