Shades of Paua #150F54
Tints of Paua #150F54
RGB
CMYK
RGB Variations
Color information
#150F54 (or 0x150F54) is known color: Paua. HEX triplet: 15, 0F and 54. RGB value is (21,15,84). Sum of RGB (Red+Green+Blue) = 21+15+84=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #150F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F54 is #EAF0AB. Grayscale: #181818. Windows color (decimal): -15397036 or 5508885. OLE color: 5508885.
HSL color Cylindrical-coordinate representation of color #150F54: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150F54 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 15 | 84 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.67 |
| HSL | 245.22º | 0.7% | 0.19% | - |
| HSV(B) | 245.22º | 0.82% | 0.33% | - |
| XYZ | 2.08 | 1.14 | 8.5 | - |
| YUV | 24.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 84 | 0.75 | 0.82 | 0 | 0.67 | 245.22 | 0.7 | 0.19 |
| Hex | 15 | F | 54 | 4B | 52 | 0 | 43 | F5 | 46 | 13 |
| Octal | 25 | 17 | 124 | 113 | 122 | 0 | 103 | 365 | 106 | 23 |
| Binary | 10101 | 1111 | 1010100 | 1001011 | 1010010 | 0 | 1000011 | 11110101 | 1000110 | 10011 |
Color Harmonies of #150F54
Complementary color
Monochromatic Colors of #150F54
Black with #150F54
Text Example
Text Example
White with #150F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F54; }
p { color: rgb(21,15,84); }
H1.HeaderClassName
{
color: #150F54;
}
.AnyTagClassName
{
color: #150F54;
}
</style>
background-color css
<style>
a { background-color: #150F54; }
a { background-color: rgb(21,15,84); }
div.DivClassName
{
background-color: #150F54;
}
.BgClassName
{
background-color: #150F54;
}
</style>
border-color css
<style>
span { border-color: #150F54; }
span { border-color: rgb(21,15,84); }
td.TdClassName
{
border-color: #150F54;
}
.TagClassName
{
border-color: #150F54;
}
</style>