Shades of Paua #17164B
Tints of Paua #17164B
RGB
CMYK
RGB Variations
Color information
#17164B (or 0x17164B) is known color: Paua. HEX triplet: 17, 16 and 4B. RGB value is (23,22,75). Sum of RGB (Red+Green+Blue) = 23+22+75=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #17164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17164B is #E8E9B4. Grayscale: #1C1C1C. Windows color (decimal): -15264181 or 4920855. OLE color: 4920855.
HSL color Cylindrical-coordinate representation of color #17164B: hue angle of 241.13º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17164B is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 22 | 75 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.71 |
| HSL | 241.13º | 0.55% | 0.19% | - |
| HSV(B) | 241.13º | 0.71% | 0.29% | - |
| XYZ | 1.91 | 1.26 | 6.8 | - |
| YUV | 28.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 75 | 0.69 | 0.71 | 0 | 0.71 | 241.13 | 0.55 | 0.19 |
| Hex | 17 | 16 | 4B | 45 | 47 | 0 | 47 | F1 | 37 | 13 |
| Octal | 27 | 26 | 113 | 105 | 107 | 0 | 107 | 361 | 67 | 23 |
| Binary | 10111 | 10110 | 1001011 | 1000101 | 1000111 | 0 | 1000111 | 11110001 | 110111 | 10011 |
Color Harmonies of #17164B
Complementary color
Monochromatic Colors of #17164B
Black with #17164B
Text Example
Text Example
White with #17164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17164B; }
p { color: rgb(23,22,75); }
H1.HeaderClassName
{
color: #17164B;
}
.AnyTagClassName
{
color: #17164B;
}
</style>
background-color css
<style>
a { background-color: #17164B; }
a { background-color: rgb(23,22,75); }
div.DivClassName
{
background-color: #17164B;
}
.BgClassName
{
background-color: #17164B;
}
</style>
border-color css
<style>
span { border-color: #17164B; }
span { border-color: rgb(23,22,75); }
td.TdClassName
{
border-color: #17164B;
}
.TagClassName
{
border-color: #17164B;
}
</style>