Shades of Paua #17184D
Tints of Paua #17184D
RGB
CMYK
RGB Variations
Color information
#17184D (or 0x17184D) is known color: Paua. HEX triplet: 17, 18 and 4D. RGB value is (23,24,77). Sum of RGB (Red+Green+Blue) = 23+24+77=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #17184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17184D is #E8E7B2. Grayscale: #1D1D1D. Windows color (decimal): -15263667 or 5052439. OLE color: 5052439.
HSL color Cylindrical-coordinate representation of color #17184D: hue angle of 238.89º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17184D is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 24 | 77 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.70 |
| HSL | 238.89º | 0.54% | 0.2% | - |
| HSV(B) | 238.89º | 0.7% | 0.3% | - |
| XYZ | 2.02 | 1.37 | 7.18 | - |
| YUV | 29.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 24 | 77 | 0.70 | 0.69 | 0 | 0.70 | 238.89 | 0.54 | 0.2 |
| Hex | 17 | 18 | 4D | 46 | 45 | 0 | 46 | EF | 36 | 14 |
| Octal | 27 | 30 | 115 | 106 | 105 | 0 | 106 | 357 | 66 | 24 |
| Binary | 10111 | 11000 | 1001101 | 1000110 | 1000101 | 0 | 1000110 | 11101111 | 110110 | 10100 |
Color Harmonies of #17184D
Complementary color
Monochromatic Colors of #17184D
Black with #17184D
Text Example
Text Example
White with #17184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17184D; }
p { color: rgb(23,24,77); }
H1.HeaderClassName
{
color: #17184D;
}
.AnyTagClassName
{
color: #17184D;
}
</style>
background-color css
<style>
a { background-color: #17184D; }
a { background-color: rgb(23,24,77); }
div.DivClassName
{
background-color: #17184D;
}
.BgClassName
{
background-color: #17184D;
}
</style>
border-color css
<style>
span { border-color: #17184D; }
span { border-color: rgb(23,24,77); }
td.TdClassName
{
border-color: #17184D;
}
.TagClassName
{
border-color: #17184D;
}
</style>