Shades of Paua #171451
Tints of Paua #171451
RGB
CMYK
RGB Variations
Color information
#171451 (or 0x171451) is known color: Paua. HEX triplet: 17, 14 and 51. RGB value is (23,20,81). Sum of RGB (Red+Green+Blue) = 23+20+81=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #171451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171451 is #E8EBAE. Grayscale: #1B1B1B. Windows color (decimal): -15264687 or 5313559. OLE color: 5313559.
HSL color Cylindrical-coordinate representation of color #171451: hue angle of 242.95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171451 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 20 | 81 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.68 |
| HSL | 242.95º | 0.6% | 0.2% | - |
| HSV(B) | 242.95º | 0.75% | 0.32% | - |
| XYZ | 2.09 | 1.28 | 7.92 | - |
| YUV | 27.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 81 | 0.72 | 0.75 | 0 | 0.68 | 242.95 | 0.6 | 0.2 |
| Hex | 17 | 14 | 51 | 48 | 4B | 0 | 44 | F3 | 3C | 14 |
| Octal | 27 | 24 | 121 | 110 | 113 | 0 | 104 | 363 | 74 | 24 |
| Binary | 10111 | 10100 | 1010001 | 1001000 | 1001011 | 0 | 1000100 | 11110011 | 111100 | 10100 |
Color Harmonies of #171451
Complementary color
Monochromatic Colors of #171451
Black with #171451
Text Example
Text Example
White with #171451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171451; }
p { color: rgb(23,20,81); }
H1.HeaderClassName
{
color: #171451;
}
.AnyTagClassName
{
color: #171451;
}
</style>
background-color css
<style>
a { background-color: #171451; }
a { background-color: rgb(23,20,81); }
div.DivClassName
{
background-color: #171451;
}
.BgClassName
{
background-color: #171451;
}
</style>
border-color css
<style>
span { border-color: #171451; }
span { border-color: rgb(23,20,81); }
td.TdClassName
{
border-color: #171451;
}
.TagClassName
{
border-color: #171451;
}
</style>