Shades of Paua #17094E
Tints of Paua #17094E
RGB
CMYK
RGB Variations
Color information
#17094E (or 0x17094E) is known color: Paua. HEX triplet: 17, 09 and 4E. RGB value is (23,9,78). Sum of RGB (Red+Green+Blue) = 23+9+78=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #17094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17094E is #E8F6B1. Grayscale: #141414. Windows color (decimal): -15267506 or 5114135. OLE color: 5114135.
HSL color Cylindrical-coordinate representation of color #17094E: hue angle of 252.17º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17094E is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 9 | 78 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.69 |
| HSL | 252.17º | 0.79% | 0.17% | - |
| HSV(B) | 252.17º | 0.88% | 0.31% | - |
| XYZ | 1.83 | 0.93 | 7.29 | - |
| YUV | 21.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 78 | 0.71 | 0.88 | 0 | 0.69 | 252.17 | 0.79 | 0.17 |
| Hex | 17 | 9 | 4E | 47 | 58 | 0 | 45 | FC | 4F | 11 |
| Octal | 27 | 11 | 116 | 107 | 130 | 0 | 105 | 374 | 117 | 21 |
| Binary | 10111 | 1001 | 1001110 | 1000111 | 1011000 | 0 | 1000101 | 11111100 | 1001111 | 10001 |
Color Harmonies of #17094E
Complementary color
Monochromatic Colors of #17094E
Black with #17094E
Text Example
Text Example
White with #17094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17094E; }
p { color: rgb(23,9,78); }
H1.HeaderClassName
{
color: #17094E;
}
.AnyTagClassName
{
color: #17094E;
}
</style>
background-color css
<style>
a { background-color: #17094E; }
a { background-color: rgb(23,9,78); }
div.DivClassName
{
background-color: #17094E;
}
.BgClassName
{
background-color: #17094E;
}
</style>
border-color css
<style>
span { border-color: #17094E; }
span { border-color: rgb(23,9,78); }
td.TdClassName
{
border-color: #17094E;
}
.TagClassName
{
border-color: #17094E;
}
</style>