Shades of Paua #150B49
Tints of Paua #150B49
RGB
CMYK
RGB Variations
Color information
#150B49 (or 0x150B49) is known color: Paua. HEX triplet: 15, 0B and 49. RGB value is (21,11,73). Sum of RGB (Red+Green+Blue) = 21+11+73=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #150B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B49 is #EAF4B6. Grayscale: #141414. Windows color (decimal): -15398071 or 4786965. OLE color: 4786965.
HSL color Cylindrical-coordinate representation of color #150B49: hue angle of 249.68º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #150B49 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 11 | 73 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.71 |
| HSL | 249.68º | 0.74% | 0.16% | - |
| HSV(B) | 249.68º | 0.85% | 0.29% | - |
| XYZ | 1.63 | 0.88 | 6.39 | - |
| YUV | 21.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 73 | 0.71 | 0.85 | 0 | 0.71 | 249.68 | 0.74 | 0.16 |
| Hex | 15 | B | 49 | 47 | 55 | 0 | 47 | FA | 4A | 10 |
| Octal | 25 | 13 | 111 | 107 | 125 | 0 | 107 | 372 | 112 | 20 |
| Binary | 10101 | 1011 | 1001001 | 1000111 | 1010101 | 0 | 1000111 | 11111010 | 1001010 | 10000 |
Color Harmonies of #150B49
Complementary color
Monochromatic Colors of #150B49
Black with #150B49
Text Example
Text Example
White with #150B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B49; }
p { color: rgb(21,11,73); }
H1.HeaderClassName
{
color: #150B49;
}
.AnyTagClassName
{
color: #150B49;
}
</style>
background-color css
<style>
a { background-color: #150B49; }
a { background-color: rgb(21,11,73); }
div.DivClassName
{
background-color: #150B49;
}
.BgClassName
{
background-color: #150B49;
}
</style>
border-color css
<style>
span { border-color: #150B49; }
span { border-color: rgb(21,11,73); }
td.TdClassName
{
border-color: #150B49;
}
.TagClassName
{
border-color: #150B49;
}
</style>