Shades of Paua #150F53
Tints of Paua #150F53
RGB
CMYK
RGB Variations
Color information
#150F53 (or 0x150F53) is known color: Paua. HEX triplet: 15, 0F and 53. RGB value is (21,15,83). Sum of RGB (Red+Green+Blue) = 21+15+83=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #150F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F53 is #EAF0AC. Grayscale: #181818. Windows color (decimal): -15397037 or 5443349. OLE color: 5443349.
HSL color Cylindrical-coordinate representation of color #150F53: hue angle of 245.29º degrees, saturation: 0.69, 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 #150F53 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 15 | 83 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.67 |
| HSL | 245.29º | 0.69% | 0.19% | - |
| HSV(B) | 245.29º | 0.82% | 0.33% | - |
| XYZ | 2.04 | 1.13 | 8.29 | - |
| YUV | 24.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 83 | 0.75 | 0.82 | 0 | 0.67 | 245.29 | 0.69 | 0.19 |
| Hex | 15 | F | 53 | 4B | 52 | 0 | 43 | F5 | 45 | 13 |
| Octal | 25 | 17 | 123 | 113 | 122 | 0 | 103 | 365 | 105 | 23 |
| Binary | 10101 | 1111 | 1010011 | 1001011 | 1010010 | 0 | 1000011 | 11110101 | 1000101 | 10011 |
Color Harmonies of #150F53
Complementary color
Monochromatic Colors of #150F53
Black with #150F53
Text Example
Text Example
White with #150F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F53; }
p { color: rgb(21,15,83); }
H1.HeaderClassName
{
color: #150F53;
}
.AnyTagClassName
{
color: #150F53;
}
</style>
background-color css
<style>
a { background-color: #150F53; }
a { background-color: rgb(21,15,83); }
div.DivClassName
{
background-color: #150F53;
}
.BgClassName
{
background-color: #150F53;
}
</style>
border-color css
<style>
span { border-color: #150F53; }
span { border-color: rgb(21,15,83); }
td.TdClassName
{
border-color: #150F53;
}
.TagClassName
{
border-color: #150F53;
}
</style>