Shades of Paua #150953
Tints of Paua #150953
RGB
CMYK
RGB Variations
Color information
#150953 (or 0x150953) is known color: Paua. HEX triplet: 15, 09 and 53. RGB value is (21,9,83). Sum of RGB (Red+Green+Blue) = 21+9+83=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #150953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150953 is #EAF6AC. Grayscale: #141414. Windows color (decimal): -15398573 or 5441813. OLE color: 5441813.
HSL color Cylindrical-coordinate representation of color #150953: hue angle of 249.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150953 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 9 | 83 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.67 |
| HSL | 249.73º | 0.8% | 0.18% | - |
| HSV(B) | 249.73º | 0.89% | 0.33% | - |
| XYZ | 1.97 | 0.98 | 8.27 | - |
| YUV | 21.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 83 | 0.75 | 0.89 | 0 | 0.67 | 249.73 | 0.8 | 0.18 |
| Hex | 15 | 9 | 53 | 4B | 59 | 0 | 43 | FA | 50 | 12 |
| Octal | 25 | 11 | 123 | 113 | 131 | 0 | 103 | 372 | 120 | 22 |
| Binary | 10101 | 1001 | 1010011 | 1001011 | 1011001 | 0 | 1000011 | 11111010 | 1010000 | 10010 |
Color Harmonies of #150953
Complementary color
Monochromatic Colors of #150953
Black with #150953
Text Example
Text Example
White with #150953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150953; }
p { color: rgb(21,9,83); }
H1.HeaderClassName
{
color: #150953;
}
.AnyTagClassName
{
color: #150953;
}
</style>
background-color css
<style>
a { background-color: #150953; }
a { background-color: rgb(21,9,83); }
div.DivClassName
{
background-color: #150953;
}
.BgClassName
{
background-color: #150953;
}
</style>
border-color css
<style>
span { border-color: #150953; }
span { border-color: rgb(21,9,83); }
td.TdClassName
{
border-color: #150953;
}
.TagClassName
{
border-color: #150953;
}
</style>