Shades of Paua #150551
Tints of Paua #150551
RGB
CMYK
RGB Variations
Color information
#150551 (or 0x150551) is known color: Paua. HEX triplet: 15, 05 and 51. RGB value is (21,5,81). Sum of RGB (Red+Green+Blue) = 21+5+81=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #150551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150551 is #EAFAAE. Grayscale: #121212. Windows color (decimal): -15399599 or 5309717. OLE color: 5309717.
HSL color Cylindrical-coordinate representation of color #150551: hue angle of 252.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150551 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 5 | 81 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.68 |
| HSL | 252.63º | 0.88% | 0.17% | - |
| HSV(B) | 252.63º | 0.94% | 0.32% | - |
| XYZ | 1.85 | 0.86 | 7.85 | - |
| YUV | 18.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 81 | 0.74 | 0.94 | 0 | 0.68 | 252.63 | 0.88 | 0.17 |
| Hex | 15 | 5 | 51 | 4A | 5E | 0 | 44 | FD | 58 | 11 |
| Octal | 25 | 5 | 121 | 112 | 136 | 0 | 104 | 375 | 130 | 21 |
| Binary | 10101 | 101 | 1010001 | 1001010 | 1011110 | 0 | 1000100 | 11111101 | 1011000 | 10001 |
Color Harmonies of #150551
Complementary color
Monochromatic Colors of #150551
Black with #150551
Text Example
Text Example
White with #150551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150551; }
p { color: rgb(21,5,81); }
H1.HeaderClassName
{
color: #150551;
}
.AnyTagClassName
{
color: #150551;
}
</style>
background-color css
<style>
a { background-color: #150551; }
a { background-color: rgb(21,5,81); }
div.DivClassName
{
background-color: #150551;
}
.BgClassName
{
background-color: #150551;
}
</style>
border-color css
<style>
span { border-color: #150551; }
span { border-color: rgb(21,5,81); }
td.TdClassName
{
border-color: #150551;
}
.TagClassName
{
border-color: #150551;
}
</style>