Shades of Paua #151040
Tints of Paua #151040
RGB
CMYK
RGB Variations
Color information
#151040 (or 0x151040) is known color: Paua. HEX triplet: 15, 10 and 40. RGB value is (21,16,64). Sum of RGB (Red+Green+Blue) = 21+16+64=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #151040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151040 is #EAEFBF. Grayscale: #161616. Windows color (decimal): -15396800 or 4198421. OLE color: 4198421.
HSL color Cylindrical-coordinate representation of color #151040: hue angle of 246.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151040 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 16 | 64 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.75 |
| HSL | 246.25º | 0.6% | 0.16% | - |
| HSV(B) | 246.25º | 0.75% | 0.25% | - |
| XYZ | 1.42 | 0.9 | 4.95 | - |
| YUV | 22.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 64 | 0.67 | 0.75 | 0 | 0.75 | 246.25 | 0.6 | 0.16 |
| Hex | 15 | 10 | 40 | 43 | 4B | 0 | 4B | F6 | 3C | 10 |
| Octal | 25 | 20 | 100 | 103 | 113 | 0 | 113 | 366 | 74 | 20 |
| Binary | 10101 | 10000 | 1000000 | 1000011 | 1001011 | 0 | 1001011 | 11110110 | 111100 | 10000 |
Color Harmonies of #151040
Complementary color
Monochromatic Colors of #151040
Black with #151040
Text Example
Text Example
White with #151040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151040; }
p { color: rgb(21,16,64); }
H1.HeaderClassName
{
color: #151040;
}
.AnyTagClassName
{
color: #151040;
}
</style>
background-color css
<style>
a { background-color: #151040; }
a { background-color: rgb(21,16,64); }
div.DivClassName
{
background-color: #151040;
}
.BgClassName
{
background-color: #151040;
}
</style>
border-color css
<style>
span { border-color: #151040; }
span { border-color: rgb(21,16,64); }
td.TdClassName
{
border-color: #151040;
}
.TagClassName
{
border-color: #151040;
}
</style>