Shades of Paua #171554
Tints of Paua #171554
RGB
CMYK
RGB Variations
Color information
#171554 (or 0x171554) is known color: Paua. HEX triplet: 17, 15 and 54. RGB value is (23,21,84). Sum of RGB (Red+Green+Blue) = 23+21+84=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #171554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171554 is #E8EAAB. Grayscale: #1C1C1C. Windows color (decimal): -15264428 or 5510423. OLE color: 5510423.
HSL color Cylindrical-coordinate representation of color #171554: hue angle of 241.9º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171554 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 21 | 84 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.67 |
| HSL | 241.9º | 0.6% | 0.21% | - |
| HSV(B) | 241.9º | 0.75% | 0.33% | - |
| XYZ | 2.22 | 1.36 | 8.53 | - |
| YUV | 28.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 84 | 0.73 | 0.75 | 0 | 0.67 | 241.9 | 0.6 | 0.21 |
| Hex | 17 | 15 | 54 | 49 | 4B | 0 | 43 | F2 | 3C | 15 |
| Octal | 27 | 25 | 124 | 111 | 113 | 0 | 103 | 362 | 74 | 25 |
| Binary | 10111 | 10101 | 1010100 | 1001001 | 1001011 | 0 | 1000011 | 11110010 | 111100 | 10101 |
Color Harmonies of #171554
Complementary color
Monochromatic Colors of #171554
Black with #171554
Text Example
Text Example
White with #171554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171554; }
p { color: rgb(23,21,84); }
H1.HeaderClassName
{
color: #171554;
}
.AnyTagClassName
{
color: #171554;
}
</style>
background-color css
<style>
a { background-color: #171554; }
a { background-color: rgb(23,21,84); }
div.DivClassName
{
background-color: #171554;
}
.BgClassName
{
background-color: #171554;
}
</style>
border-color css
<style>
span { border-color: #171554; }
span { border-color: rgb(23,21,84); }
td.TdClassName
{
border-color: #171554;
}
.TagClassName
{
border-color: #171554;
}
</style>