Shades of Paua #17134C
Tints of Paua #17134C
RGB
CMYK
RGB Variations
Color information
#17134C (or 0x17134C) is known color: Paua. HEX triplet: 17, 13 and 4C. RGB value is (23,19,76). Sum of RGB (Red+Green+Blue) = 23+19+76=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #17134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17134C is #E8ECB3. Grayscale: #1A1A1A. Windows color (decimal): -15264948 or 4985623. OLE color: 4985623.
HSL color Cylindrical-coordinate representation of color #17134C: hue angle of 244.21º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17134C is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 19 | 76 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.70 |
| HSL | 244.21º | 0.6% | 0.19% | - |
| HSV(B) | 244.21º | 0.75% | 0.3% | - |
| XYZ | 1.89 | 1.17 | 6.96 | - |
| YUV | 26.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 76 | 0.70 | 0.75 | 0 | 0.70 | 244.21 | 0.6 | 0.19 |
| Hex | 17 | 13 | 4C | 46 | 4B | 0 | 46 | F4 | 3C | 13 |
| Octal | 27 | 23 | 114 | 106 | 113 | 0 | 106 | 364 | 74 | 23 |
| Binary | 10111 | 10011 | 1001100 | 1000110 | 1001011 | 0 | 1000110 | 11110100 | 111100 | 10011 |
Color Harmonies of #17134C
Complementary color
Monochromatic Colors of #17134C
Black with #17134C
Text Example
Text Example
White with #17134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17134C; }
p { color: rgb(23,19,76); }
H1.HeaderClassName
{
color: #17134C;
}
.AnyTagClassName
{
color: #17134C;
}
</style>
background-color css
<style>
a { background-color: #17134C; }
a { background-color: rgb(23,19,76); }
div.DivClassName
{
background-color: #17134C;
}
.BgClassName
{
background-color: #17134C;
}
</style>
border-color css
<style>
span { border-color: #17134C; }
span { border-color: rgb(23,19,76); }
td.TdClassName
{
border-color: #17134C;
}
.TagClassName
{
border-color: #17134C;
}
</style>