Shades of Paua #151044
Tints of Paua #151044
RGB
CMYK
RGB Variations
Color information
#151044 (or 0x151044) is known color: Paua. HEX triplet: 15, 10 and 44. RGB value is (21,16,68). Sum of RGB (Red+Green+Blue) = 21+16+68=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #151044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151044 is #EAEFBB. Grayscale: #171717. Windows color (decimal): -15396796 or 4460565. OLE color: 4460565.
HSL color Cylindrical-coordinate representation of color #151044: hue angle of 245.77º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151044 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 16 | 68 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.73 |
| HSL | 245.77º | 0.62% | 0.16% | - |
| HSV(B) | 245.77º | 0.76% | 0.27% | - |
| XYZ | 1.54 | 0.95 | 5.57 | - |
| YUV | 23.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 68 | 0.69 | 0.76 | 0 | 0.73 | 245.77 | 0.62 | 0.16 |
| Hex | 15 | 10 | 44 | 45 | 4C | 0 | 49 | F6 | 3E | 10 |
| Octal | 25 | 20 | 104 | 105 | 114 | 0 | 111 | 366 | 76 | 20 |
| Binary | 10101 | 10000 | 1000100 | 1000101 | 1001100 | 0 | 1001001 | 11110110 | 111110 | 10000 |
Color Harmonies of #151044
Complementary color
Monochromatic Colors of #151044
Black with #151044
Text Example
Text Example
White with #151044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151044; }
p { color: rgb(21,16,68); }
H1.HeaderClassName
{
color: #151044;
}
.AnyTagClassName
{
color: #151044;
}
</style>
background-color css
<style>
a { background-color: #151044; }
a { background-color: rgb(21,16,68); }
div.DivClassName
{
background-color: #151044;
}
.BgClassName
{
background-color: #151044;
}
</style>
border-color css
<style>
span { border-color: #151044; }
span { border-color: rgb(21,16,68); }
td.TdClassName
{
border-color: #151044;
}
.TagClassName
{
border-color: #151044;
}
</style>