Shades of Paua #170E4E
Tints of Paua #170E4E
RGB
CMYK
RGB Variations
Color information
#170E4E (or 0x170E4E) is known color: Paua. HEX triplet: 17, 0E and 4E. RGB value is (23,14,78). Sum of RGB (Red+Green+Blue) = 23+14+78=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #170E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E4E is #E8F1B1. Grayscale: #171717. Windows color (decimal): -15266226 or 5115415. OLE color: 5115415.
HSL color Cylindrical-coordinate representation of color #170E4E: hue angle of 248.44º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #170E4E is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 14 | 78 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.69 |
| HSL | 248.44º | 0.7% | 0.18% | - |
| HSV(B) | 248.44º | 0.82% | 0.31% | - |
| XYZ | 1.89 | 1.05 | 7.31 | - |
| YUV | 23.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 78 | 0.71 | 0.82 | 0 | 0.69 | 248.44 | 0.7 | 0.18 |
| Hex | 17 | E | 4E | 47 | 52 | 0 | 45 | F8 | 46 | 12 |
| Octal | 27 | 16 | 116 | 107 | 122 | 0 | 105 | 370 | 106 | 22 |
| Binary | 10111 | 1110 | 1001110 | 1000111 | 1010010 | 0 | 1000101 | 11111000 | 1000110 | 10010 |
Color Harmonies of #170E4E
Complementary color
Monochromatic Colors of #170E4E
Black with #170E4E
Text Example
Text Example
White with #170E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E4E; }
p { color: rgb(23,14,78); }
H1.HeaderClassName
{
color: #170E4E;
}
.AnyTagClassName
{
color: #170E4E;
}
</style>
background-color css
<style>
a { background-color: #170E4E; }
a { background-color: rgb(23,14,78); }
div.DivClassName
{
background-color: #170E4E;
}
.BgClassName
{
background-color: #170E4E;
}
</style>
border-color css
<style>
span { border-color: #170E4E; }
span { border-color: rgb(23,14,78); }
td.TdClassName
{
border-color: #170E4E;
}
.TagClassName
{
border-color: #170E4E;
}
</style>