Shades of Paua #150D47
Tints of Paua #150D47
RGB
CMYK
RGB Variations
Color information
#150D47 (or 0x150D47) is known color: Paua. HEX triplet: 15, 0D and 47. RGB value is (21,13,71). Sum of RGB (Red+Green+Blue) = 21+13+71=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #150D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D47 is #EAF2B8. Grayscale: #151515. Windows color (decimal): -15397561 or 4656405. OLE color: 4656405.
HSL color Cylindrical-coordinate representation of color #150D47: hue angle of 248.28º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150D47 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 13 | 71 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.72 |
| HSL | 248.28º | 0.69% | 0.16% | - |
| HSV(B) | 248.28º | 0.82% | 0.28% | - |
| XYZ | 1.59 | 0.9 | 6.05 | - |
| YUV | 22 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 71 | 0.70 | 0.82 | 0 | 0.72 | 248.28 | 0.69 | 0.16 |
| Hex | 15 | D | 47 | 46 | 52 | 0 | 48 | F8 | 45 | 10 |
| Octal | 25 | 15 | 107 | 106 | 122 | 0 | 110 | 370 | 105 | 20 |
| Binary | 10101 | 1101 | 1000111 | 1000110 | 1010010 | 0 | 1001000 | 11111000 | 1000101 | 10000 |
Color Harmonies of #150D47
Complementary color
Monochromatic Colors of #150D47
Black with #150D47
Text Example
Text Example
White with #150D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D47; }
p { color: rgb(21,13,71); }
H1.HeaderClassName
{
color: #150D47;
}
.AnyTagClassName
{
color: #150D47;
}
</style>
background-color css
<style>
a { background-color: #150D47; }
a { background-color: rgb(21,13,71); }
div.DivClassName
{
background-color: #150D47;
}
.BgClassName
{
background-color: #150D47;
}
</style>
border-color css
<style>
span { border-color: #150D47; }
span { border-color: rgb(21,13,71); }
td.TdClassName
{
border-color: #150D47;
}
.TagClassName
{
border-color: #150D47;
}
</style>