Shades of Paua #17194B
Tints of Paua #17194B
RGB
CMYK
RGB Variations
Color information
#17194B (or 0x17194B) is known color: Paua. HEX triplet: 17, 19 and 4B. RGB value is (23,25,75). Sum of RGB (Red+Green+Blue) = 23+25+75=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #17194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17194B is #E8E6B4. Grayscale: #1D1D1D. Windows color (decimal): -15263413 or 4921623. OLE color: 4921623.
HSL color Cylindrical-coordinate representation of color #17194B: hue angle of 237.69º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17194B is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 25 | 75 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.71 |
| HSL | 237.69º | 0.53% | 0.19% | - |
| HSV(B) | 237.69º | 0.69% | 0.29% | - |
| XYZ | 1.97 | 1.39 | 6.82 | - |
| YUV | 30.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 75 | 0.69 | 0.67 | 0 | 0.71 | 237.69 | 0.53 | 0.19 |
| Hex | 17 | 19 | 4B | 45 | 43 | 0 | 47 | EE | 35 | 13 |
| Octal | 27 | 31 | 113 | 105 | 103 | 0 | 107 | 356 | 65 | 23 |
| Binary | 10111 | 11001 | 1001011 | 1000101 | 1000011 | 0 | 1000111 | 11101110 | 110101 | 10011 |
Color Harmonies of #17194B
Complementary color
Monochromatic Colors of #17194B
Black with #17194B
Text Example
Text Example
White with #17194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17194B; }
p { color: rgb(23,25,75); }
H1.HeaderClassName
{
color: #17194B;
}
.AnyTagClassName
{
color: #17194B;
}
</style>
background-color css
<style>
a { background-color: #17194B; }
a { background-color: rgb(23,25,75); }
div.DivClassName
{
background-color: #17194B;
}
.BgClassName
{
background-color: #17194B;
}
</style>
border-color css
<style>
span { border-color: #17194B; }
span { border-color: rgb(23,25,75); }
td.TdClassName
{
border-color: #17194B;
}
.TagClassName
{
border-color: #17194B;
}
</style>