Shades of Paua #150A49
Tints of Paua #150A49
RGB
CMYK
RGB Variations
Color information
#150A49 (or 0x150A49) is known color: Paua. HEX triplet: 15, 0A and 49. RGB value is (21,10,73). Sum of RGB (Red+Green+Blue) = 21+10+73=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #150A49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A49 is #EAF5B6. Grayscale: #141414. Windows color (decimal): -15398327 or 4786709. OLE color: 4786709.
HSL color Cylindrical-coordinate representation of color #150A49: hue angle of 250.48º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150A49 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 10 | 73 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.71 |
| HSL | 250.48º | 0.76% | 0.16% | - |
| HSV(B) | 250.48º | 0.86% | 0.29% | - |
| XYZ | 1.62 | 0.86 | 6.38 | - |
| YUV | 20.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 73 | 0.71 | 0.86 | 0 | 0.71 | 250.48 | 0.76 | 0.16 |
| Hex | 15 | A | 49 | 47 | 56 | 0 | 47 | FA | 4C | 10 |
| Octal | 25 | 12 | 111 | 107 | 126 | 0 | 107 | 372 | 114 | 20 |
| Binary | 10101 | 1010 | 1001001 | 1000111 | 1010110 | 0 | 1000111 | 11111010 | 1001100 | 10000 |
Color Harmonies of #150A49
Complementary color
Monochromatic Colors of #150A49
Black with #150A49
Text Example
Text Example
White with #150A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A49; }
p { color: rgb(21,10,73); }
H1.HeaderClassName
{
color: #150A49;
}
.AnyTagClassName
{
color: #150A49;
}
</style>
background-color css
<style>
a { background-color: #150A49; }
a { background-color: rgb(21,10,73); }
div.DivClassName
{
background-color: #150A49;
}
.BgClassName
{
background-color: #150A49;
}
</style>
border-color css
<style>
span { border-color: #150A49; }
span { border-color: rgb(21,10,73); }
td.TdClassName
{
border-color: #150A49;
}
.TagClassName
{
border-color: #150A49;
}
</style>