Shades of Paua #17094D
Tints of Paua #17094D
RGB
CMYK
RGB Variations
Color information
#17094D (or 0x17094D) is known color: Paua. HEX triplet: 17, 09 and 4D. RGB value is (23,9,77). Sum of RGB (Red+Green+Blue) = 23+9+77=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #17094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17094D is #E8F6B2. Grayscale: #141414. Windows color (decimal): -15267507 or 5048599. OLE color: 5048599.
HSL color Cylindrical-coordinate representation of color #17094D: hue angle of 252.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17094D is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 9 | 77 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.70 |
| HSL | 252.35º | 0.79% | 0.17% | - |
| HSV(B) | 252.35º | 0.88% | 0.3% | - |
| XYZ | 1.79 | 0.91 | 7.1 | - |
| YUV | 20.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 77 | 0.70 | 0.88 | 0 | 0.70 | 252.35 | 0.79 | 0.17 |
| Hex | 17 | 9 | 4D | 46 | 58 | 0 | 46 | FC | 4F | 11 |
| Octal | 27 | 11 | 115 | 106 | 130 | 0 | 106 | 374 | 117 | 21 |
| Binary | 10111 | 1001 | 1001101 | 1000110 | 1011000 | 0 | 1000110 | 11111100 | 1001111 | 10001 |
Color Harmonies of #17094D
Complementary color
Monochromatic Colors of #17094D
Black with #17094D
Text Example
Text Example
White with #17094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17094D; }
p { color: rgb(23,9,77); }
H1.HeaderClassName
{
color: #17094D;
}
.AnyTagClassName
{
color: #17094D;
}
</style>
background-color css
<style>
a { background-color: #17094D; }
a { background-color: rgb(23,9,77); }
div.DivClassName
{
background-color: #17094D;
}
.BgClassName
{
background-color: #17094D;
}
</style>
border-color css
<style>
span { border-color: #17094D; }
span { border-color: rgb(23,9,77); }
td.TdClassName
{
border-color: #17094D;
}
.TagClassName
{
border-color: #17094D;
}
</style>