Shades of Paua #171448
Tints of Paua #171448
RGB
CMYK
RGB Variations
Color information
#171448 (or 0x171448) is known color: Paua. HEX triplet: 17, 14 and 48. RGB value is (23,20,72). Sum of RGB (Red+Green+Blue) = 23+20+72=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #171448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171448 is #E8EBB7. Grayscale: #1A1A1A. Windows color (decimal): -15264696 or 4723735. OLE color: 4723735.
HSL color Cylindrical-coordinate representation of color #171448: hue angle of 243.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171448 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 20 | 72 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.72 |
| HSL | 243.46º | 0.57% | 0.18% | - |
| HSV(B) | 243.46º | 0.72% | 0.28% | - |
| XYZ | 1.77 | 1.15 | 6.26 | - |
| YUV | 26.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 72 | 0.68 | 0.72 | 0 | 0.72 | 243.46 | 0.57 | 0.18 |
| Hex | 17 | 14 | 48 | 44 | 48 | 0 | 48 | F3 | 39 | 12 |
| Octal | 27 | 24 | 110 | 104 | 110 | 0 | 110 | 363 | 71 | 22 |
| Binary | 10111 | 10100 | 1001000 | 1000100 | 1001000 | 0 | 1001000 | 11110011 | 111001 | 10010 |
Color Harmonies of #171448
Complementary color
Monochromatic Colors of #171448
Black with #171448
Text Example
Text Example
White with #171448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171448; }
p { color: rgb(23,20,72); }
H1.HeaderClassName
{
color: #171448;
}
.AnyTagClassName
{
color: #171448;
}
</style>
background-color css
<style>
a { background-color: #171448; }
a { background-color: rgb(23,20,72); }
div.DivClassName
{
background-color: #171448;
}
.BgClassName
{
background-color: #171448;
}
</style>
border-color css
<style>
span { border-color: #171448; }
span { border-color: rgb(23,20,72); }
td.TdClassName
{
border-color: #171448;
}
.TagClassName
{
border-color: #171448;
}
</style>