Shades of Paua #17134E
Tints of Paua #17134E
RGB
CMYK
RGB Variations
Color information
#17134E (or 0x17134E) is known color: Paua. HEX triplet: 17, 13 and 4E. RGB value is (23,19,78). Sum of RGB (Red+Green+Blue) = 23+19+78=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #17134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17134E is #E8ECB1. Grayscale: #1A1A1A. Windows color (decimal): -15264946 or 5116695. OLE color: 5116695.
HSL color Cylindrical-coordinate representation of color #17134E: hue angle of 244.07º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17134E is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 19 | 78 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.69 |
| HSL | 244.07º | 0.61% | 0.19% | - |
| HSV(B) | 244.07º | 0.76% | 0.31% | - |
| XYZ | 1.96 | 1.2 | 7.34 | - |
| YUV | 26.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 78 | 0.71 | 0.76 | 0 | 0.69 | 244.07 | 0.61 | 0.19 |
| Hex | 17 | 13 | 4E | 47 | 4C | 0 | 45 | F4 | 3D | 13 |
| Octal | 27 | 23 | 116 | 107 | 114 | 0 | 105 | 364 | 75 | 23 |
| Binary | 10111 | 10011 | 1001110 | 1000111 | 1001100 | 0 | 1000101 | 11110100 | 111101 | 10011 |
Color Harmonies of #17134E
Complementary color
Monochromatic Colors of #17134E
Black with #17134E
Text Example
Text Example
White with #17134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17134E; }
p { color: rgb(23,19,78); }
H1.HeaderClassName
{
color: #17134E;
}
.AnyTagClassName
{
color: #17134E;
}
</style>
background-color css
<style>
a { background-color: #17134E; }
a { background-color: rgb(23,19,78); }
div.DivClassName
{
background-color: #17134E;
}
.BgClassName
{
background-color: #17134E;
}
</style>
border-color css
<style>
span { border-color: #17134E; }
span { border-color: rgb(23,19,78); }
td.TdClassName
{
border-color: #17134E;
}
.TagClassName
{
border-color: #17134E;
}
</style>