Shades of Paua #17104D
Tints of Paua #17104D
RGB
CMYK
RGB Variations
Color information
#17104D (or 0x17104D) is known color: Paua. HEX triplet: 17, 10 and 4D. RGB value is (23,16,77). Sum of RGB (Red+Green+Blue) = 23+16+77=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #17104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17104D is #E8EFB2. Grayscale: #181818. Windows color (decimal): -15265715 or 5050391. OLE color: 5050391.
HSL color Cylindrical-coordinate representation of color #17104D: hue angle of 246.89º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17104D is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 16 | 77 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.70 |
| HSL | 246.89º | 0.66% | 0.18% | - |
| HSV(B) | 246.89º | 0.79% | 0.3% | - |
| XYZ | 1.88 | 1.09 | 7.13 | - |
| YUV | 25.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 77 | 0.70 | 0.79 | 0 | 0.70 | 246.89 | 0.66 | 0.18 |
| Hex | 17 | 10 | 4D | 46 | 4F | 0 | 46 | F7 | 42 | 12 |
| Octal | 27 | 20 | 115 | 106 | 117 | 0 | 106 | 367 | 102 | 22 |
| Binary | 10111 | 10000 | 1001101 | 1000110 | 1001111 | 0 | 1000110 | 11110111 | 1000010 | 10010 |
Color Harmonies of #17104D
Complementary color
Monochromatic Colors of #17104D
Black with #17104D
Text Example
Text Example
White with #17104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17104D; }
p { color: rgb(23,16,77); }
H1.HeaderClassName
{
color: #17104D;
}
.AnyTagClassName
{
color: #17104D;
}
</style>
background-color css
<style>
a { background-color: #17104D; }
a { background-color: rgb(23,16,77); }
div.DivClassName
{
background-color: #17104D;
}
.BgClassName
{
background-color: #17104D;
}
</style>
border-color css
<style>
span { border-color: #17104D; }
span { border-color: rgb(23,16,77); }
td.TdClassName
{
border-color: #17104D;
}
.TagClassName
{
border-color: #17104D;
}
</style>