Shades of Paua #15104A
Tints of Paua #15104A
RGB
CMYK
RGB Variations
Color information
#15104A (or 0x15104A) is known color: Paua. HEX triplet: 15, 10 and 4A. RGB value is (21,16,74). Sum of RGB (Red+Green+Blue) = 21+16+74=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #15104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15104A is #EAEFB5. Grayscale: #171717. Windows color (decimal): -15396790 or 4853781. OLE color: 4853781.
HSL color Cylindrical-coordinate representation of color #15104A: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15104A is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 16 | 74 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.71 |
| HSL | 245.17º | 0.64% | 0.18% | - |
| HSV(B) | 245.17º | 0.78% | 0.29% | - |
| XYZ | 1.73 | 1.02 | 6.59 | - |
| YUV | 24.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 74 | 0.72 | 0.78 | 0 | 0.71 | 245.17 | 0.64 | 0.18 |
| Hex | 15 | 10 | 4A | 48 | 4E | 0 | 47 | F5 | 40 | 12 |
| Octal | 25 | 20 | 112 | 110 | 116 | 0 | 107 | 365 | 100 | 22 |
| Binary | 10101 | 10000 | 1001010 | 1001000 | 1001110 | 0 | 1000111 | 11110101 | 1000000 | 10010 |
Color Harmonies of #15104A
Complementary color
Monochromatic Colors of #15104A
Black with #15104A
Text Example
Text Example
White with #15104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15104A; }
p { color: rgb(21,16,74); }
H1.HeaderClassName
{
color: #15104A;
}
.AnyTagClassName
{
color: #15104A;
}
</style>
background-color css
<style>
a { background-color: #15104A; }
a { background-color: rgb(21,16,74); }
div.DivClassName
{
background-color: #15104A;
}
.BgClassName
{
background-color: #15104A;
}
</style>
border-color css
<style>
span { border-color: #15104A; }
span { border-color: rgb(21,16,74); }
td.TdClassName
{
border-color: #15104A;
}
.TagClassName
{
border-color: #15104A;
}
</style>