Shades of Paua #150451
Tints of Paua #150451
RGB
CMYK
RGB Variations
Color information
#150451 (or 0x150451) is known color: Paua. HEX triplet: 15, 04 and 51. RGB value is (21,4,81). Sum of RGB (Red+Green+Blue) = 21+4+81=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #150451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150451 is #EAFBAE. Grayscale: #111111. Windows color (decimal): -15399855 or 5309461. OLE color: 5309461.
HSL color Cylindrical-coordinate representation of color #150451: hue angle of 253.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150451 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 4 | 81 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.68 |
| HSL | 253.25º | 0.91% | 0.17% | - |
| HSV(B) | 253.25º | 0.95% | 0.32% | - |
| XYZ | 1.84 | 0.84 | 7.85 | - |
| YUV | 17.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 81 | 0.74 | 0.95 | 0 | 0.68 | 253.25 | 0.91 | 0.17 |
| Hex | 15 | 4 | 51 | 4A | 5F | 0 | 44 | FD | 5B | 11 |
| Octal | 25 | 4 | 121 | 112 | 137 | 0 | 104 | 375 | 133 | 21 |
| Binary | 10101 | 100 | 1010001 | 1001010 | 1011111 | 0 | 1000100 | 11111101 | 1011011 | 10001 |
Color Harmonies of #150451
Complementary color
Monochromatic Colors of #150451
Black with #150451
Text Example
Text Example
White with #150451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150451; }
p { color: rgb(21,4,81); }
H1.HeaderClassName
{
color: #150451;
}
.AnyTagClassName
{
color: #150451;
}
</style>
background-color css
<style>
a { background-color: #150451; }
a { background-color: rgb(21,4,81); }
div.DivClassName
{
background-color: #150451;
}
.BgClassName
{
background-color: #150451;
}
</style>
border-color css
<style>
span { border-color: #150451; }
span { border-color: rgb(21,4,81); }
td.TdClassName
{
border-color: #150451;
}
.TagClassName
{
border-color: #150451;
}
</style>