Shades of Paua #150450
Tints of Paua #150450
RGB
CMYK
RGB Variations
Color information
#150450 (or 0x150450) is known color: Paua. HEX triplet: 15, 04 and 50. RGB value is (21,4,80). Sum of RGB (Red+Green+Blue) = 21+4+80=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #150450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150450 is #EAFBAF. Grayscale: #111111. Windows color (decimal): -15399856 or 5243925. OLE color: 5243925.
HSL color Cylindrical-coordinate representation of color #150450: hue angle of 253.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150450 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 4 | 80 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.69 |
| HSL | 253.42º | 0.9% | 0.16% | - |
| HSV(B) | 253.42º | 0.95% | 0.31% | - |
| XYZ | 1.8 | 0.83 | 7.65 | - |
| YUV | 17.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 80 | 0.74 | 0.95 | 0 | 0.69 | 253.42 | 0.9 | 0.16 |
| Hex | 15 | 4 | 50 | 4A | 5F | 0 | 45 | FD | 5A | 10 |
| Octal | 25 | 4 | 120 | 112 | 137 | 0 | 105 | 375 | 132 | 20 |
| Binary | 10101 | 100 | 1010000 | 1001010 | 1011111 | 0 | 1000101 | 11111101 | 1011010 | 10000 |
Color Harmonies of #150450
Complementary color
Monochromatic Colors of #150450
Black with #150450
Text Example
Text Example
White with #150450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150450; }
p { color: rgb(21,4,80); }
H1.HeaderClassName
{
color: #150450;
}
.AnyTagClassName
{
color: #150450;
}
</style>
background-color css
<style>
a { background-color: #150450; }
a { background-color: rgb(21,4,80); }
div.DivClassName
{
background-color: #150450;
}
.BgClassName
{
background-color: #150450;
}
</style>
border-color css
<style>
span { border-color: #150450; }
span { border-color: rgb(21,4,80); }
td.TdClassName
{
border-color: #150450;
}
.TagClassName
{
border-color: #150450;
}
</style>