Shades of Paua #151251
Tints of Paua #151251
RGB
CMYK
RGB Variations
Color information
#151251 (or 0x151251) is known color: Paua. HEX triplet: 15, 12 and 51. RGB value is (21,18,81). Sum of RGB (Red+Green+Blue) = 21+18+81=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #151251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151251 is #EAEDAE. Grayscale: #191919. Windows color (decimal): -15396271 or 5313045. OLE color: 5313045.
HSL color Cylindrical-coordinate representation of color #151251: hue angle of 242.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151251 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 18 | 81 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.68 |
| HSL | 242.86º | 0.64% | 0.19% | - |
| HSV(B) | 242.86º | 0.78% | 0.32% | - |
| XYZ | 2.01 | 1.19 | 7.91 | - |
| YUV | 26.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 81 | 0.74 | 0.78 | 0 | 0.68 | 242.86 | 0.64 | 0.19 |
| Hex | 15 | 12 | 51 | 4A | 4E | 0 | 44 | F3 | 40 | 13 |
| Octal | 25 | 22 | 121 | 112 | 116 | 0 | 104 | 363 | 100 | 23 |
| Binary | 10101 | 10010 | 1010001 | 1001010 | 1001110 | 0 | 1000100 | 11110011 | 1000000 | 10011 |
Color Harmonies of #151251
Complementary color
Monochromatic Colors of #151251
Black with #151251
Text Example
Text Example
White with #151251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151251; }
p { color: rgb(21,18,81); }
H1.HeaderClassName
{
color: #151251;
}
.AnyTagClassName
{
color: #151251;
}
</style>
background-color css
<style>
a { background-color: #151251; }
a { background-color: rgb(21,18,81); }
div.DivClassName
{
background-color: #151251;
}
.BgClassName
{
background-color: #151251;
}
</style>
border-color css
<style>
span { border-color: #151251; }
span { border-color: rgb(21,18,81); }
td.TdClassName
{
border-color: #151251;
}
.TagClassName
{
border-color: #151251;
}
</style>