Shades of Paua #17124F
Tints of Paua #17124F
RGB
CMYK
RGB Variations
Color information
#17124F (or 0x17124F) is known color: Paua. HEX triplet: 17, 12 and 4F. RGB value is (23,18,79). Sum of RGB (Red+Green+Blue) = 23+18+79=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #17124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17124F is #E8EDB0. Grayscale: #1A1A1A. Windows color (decimal): -15265201 or 5181975. OLE color: 5181975.
HSL color Cylindrical-coordinate representation of color #17124F: hue angle of 244.92º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17124F is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 18 | 79 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.69 |
| HSL | 244.92º | 0.63% | 0.19% | - |
| HSV(B) | 244.92º | 0.77% | 0.31% | - |
| XYZ | 1.98 | 1.18 | 7.52 | - |
| YUV | 26.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 79 | 0.71 | 0.77 | 0 | 0.69 | 244.92 | 0.63 | 0.19 |
| Hex | 17 | 12 | 4F | 47 | 4D | 0 | 45 | F5 | 3F | 13 |
| Octal | 27 | 22 | 117 | 107 | 115 | 0 | 105 | 365 | 77 | 23 |
| Binary | 10111 | 10010 | 1001111 | 1000111 | 1001101 | 0 | 1000101 | 11110101 | 111111 | 10011 |
Color Harmonies of #17124F
Complementary color
Monochromatic Colors of #17124F
Black with #17124F
Text Example
Text Example
White with #17124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17124F; }
p { color: rgb(23,18,79); }
H1.HeaderClassName
{
color: #17124F;
}
.AnyTagClassName
{
color: #17124F;
}
</style>
background-color css
<style>
a { background-color: #17124F; }
a { background-color: rgb(23,18,79); }
div.DivClassName
{
background-color: #17124F;
}
.BgClassName
{
background-color: #17124F;
}
</style>
border-color css
<style>
span { border-color: #17124F; }
span { border-color: rgb(23,18,79); }
td.TdClassName
{
border-color: #17124F;
}
.TagClassName
{
border-color: #17124F;
}
</style>