Shades of Paua #151051
Tints of Paua #151051
RGB
CMYK
RGB Variations
Color information
#151051 (or 0x151051) is known color: Paua. HEX triplet: 15, 10 and 51. RGB value is (21,16,81). Sum of RGB (Red+Green+Blue) = 21+16+81=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #151051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151051 is #EAEFAE. Grayscale: #181818. Windows color (decimal): -15396783 or 5312533. OLE color: 5312533.
HSL color Cylindrical-coordinate representation of color #151051: hue angle of 244.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151051 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 16 | 81 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.68 |
| HSL | 244.62º | 0.67% | 0.19% | - |
| HSV(B) | 244.62º | 0.8% | 0.32% | - |
| XYZ | 1.98 | 1.12 | 7.9 | - |
| YUV | 24.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 81 | 0.74 | 0.80 | 0 | 0.68 | 244.62 | 0.67 | 0.19 |
| Hex | 15 | 10 | 51 | 4A | 50 | 0 | 44 | F5 | 43 | 13 |
| Octal | 25 | 20 | 121 | 112 | 120 | 0 | 104 | 365 | 103 | 23 |
| Binary | 10101 | 10000 | 1010001 | 1001010 | 1010000 | 0 | 1000100 | 11110101 | 1000011 | 10011 |
Color Harmonies of #151051
Complementary color
Monochromatic Colors of #151051
Black with #151051
Text Example
Text Example
White with #151051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151051; }
p { color: rgb(21,16,81); }
H1.HeaderClassName
{
color: #151051;
}
.AnyTagClassName
{
color: #151051;
}
</style>
background-color css
<style>
a { background-color: #151051; }
a { background-color: rgb(21,16,81); }
div.DivClassName
{
background-color: #151051;
}
.BgClassName
{
background-color: #151051;
}
</style>
border-color css
<style>
span { border-color: #151051; }
span { border-color: rgb(21,16,81); }
td.TdClassName
{
border-color: #151051;
}
.TagClassName
{
border-color: #151051;
}
</style>