Shades of Paua #17154D
Tints of Paua #17154D
RGB
CMYK
RGB Variations
Color information
#17154D (or 0x17154D) is known color: Paua. HEX triplet: 17, 15 and 4D. RGB value is (23,21,77). Sum of RGB (Red+Green+Blue) = 23+21+77=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #17154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17154D is #E8EAB2. Grayscale: #1B1B1B. Windows color (decimal): -15264435 or 5051671. OLE color: 5051671.
HSL color Cylindrical-coordinate representation of color #17154D: hue angle of 242.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17154D is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 21 | 77 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.70 |
| HSL | 242.14º | 0.57% | 0.19% | - |
| HSV(B) | 242.14º | 0.73% | 0.3% | - |
| XYZ | 1.96 | 1.25 | 7.16 | - |
| YUV | 27.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 77 | 0.70 | 0.73 | 0 | 0.70 | 242.14 | 0.57 | 0.19 |
| Hex | 17 | 15 | 4D | 46 | 49 | 0 | 46 | F2 | 39 | 13 |
| Octal | 27 | 25 | 115 | 106 | 111 | 0 | 106 | 362 | 71 | 23 |
| Binary | 10111 | 10101 | 1001101 | 1000110 | 1001001 | 0 | 1000110 | 11110010 | 111001 | 10011 |
Color Harmonies of #17154D
Complementary color
Monochromatic Colors of #17154D
Black with #17154D
Text Example
Text Example
White with #17154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17154D; }
p { color: rgb(23,21,77); }
H1.HeaderClassName
{
color: #17154D;
}
.AnyTagClassName
{
color: #17154D;
}
</style>
background-color css
<style>
a { background-color: #17154D; }
a { background-color: rgb(23,21,77); }
div.DivClassName
{
background-color: #17154D;
}
.BgClassName
{
background-color: #17154D;
}
</style>
border-color css
<style>
span { border-color: #17154D; }
span { border-color: rgb(23,21,77); }
td.TdClassName
{
border-color: #17154D;
}
.TagClassName
{
border-color: #17154D;
}
</style>