Shades of Paua #17124A
Tints of Paua #17124A
RGB
CMYK
RGB Variations
Color information
#17124A (or 0x17124A) is known color: Paua. HEX triplet: 17, 12 and 4A. RGB value is (23,18,74). Sum of RGB (Red+Green+Blue) = 23+18+74=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #17124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17124A is #E8EDB5. Grayscale: #191919. Windows color (decimal): -15265206 or 4854295. OLE color: 4854295.
HSL color Cylindrical-coordinate representation of color #17124A: hue angle of 245.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17124A is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 18 | 74 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.71 |
| HSL | 245.36º | 0.61% | 0.18% | - |
| HSV(B) | 245.36º | 0.76% | 0.29% | - |
| XYZ | 1.81 | 1.11 | 6.6 | - |
| YUV | 25.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 74 | 0.69 | 0.76 | 0 | 0.71 | 245.36 | 0.61 | 0.18 |
| Hex | 17 | 12 | 4A | 45 | 4C | 0 | 47 | F5 | 3D | 12 |
| Octal | 27 | 22 | 112 | 105 | 114 | 0 | 107 | 365 | 75 | 22 |
| Binary | 10111 | 10010 | 1001010 | 1000101 | 1001100 | 0 | 1000111 | 11110101 | 111101 | 10010 |
Color Harmonies of #17124A
Complementary color
Monochromatic Colors of #17124A
Black with #17124A
Text Example
Text Example
White with #17124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17124A; }
p { color: rgb(23,18,74); }
H1.HeaderClassName
{
color: #17124A;
}
.AnyTagClassName
{
color: #17124A;
}
</style>
background-color css
<style>
a { background-color: #17124A; }
a { background-color: rgb(23,18,74); }
div.DivClassName
{
background-color: #17124A;
}
.BgClassName
{
background-color: #17124A;
}
</style>
border-color css
<style>
span { border-color: #17124A; }
span { border-color: rgb(23,18,74); }
td.TdClassName
{
border-color: #17124A;
}
.TagClassName
{
border-color: #17124A;
}
</style>