Shades of Paua #15104B
Tints of Paua #15104B
RGB
CMYK
RGB Variations
Color information
#15104B (or 0x15104B) is known color: Paua. HEX triplet: 15, 10 and 4B. RGB value is (21,16,75). Sum of RGB (Red+Green+Blue) = 21+16+75=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #15104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15104B is #EAEFB4. Grayscale: #171717. Windows color (decimal): -15396789 or 4919317. OLE color: 4919317.
HSL color Cylindrical-coordinate representation of color #15104B: hue angle of 245.08º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15104B is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 16 | 75 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.71 |
| HSL | 245.08º | 0.65% | 0.18% | - |
| HSV(B) | 245.08º | 0.79% | 0.29% | - |
| XYZ | 1.76 | 1.04 | 6.76 | - |
| YUV | 24.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 75 | 0.72 | 0.79 | 0 | 0.71 | 245.08 | 0.65 | 0.18 |
| Hex | 15 | 10 | 4B | 48 | 4F | 0 | 47 | F5 | 41 | 12 |
| Octal | 25 | 20 | 113 | 110 | 117 | 0 | 107 | 365 | 101 | 22 |
| Binary | 10101 | 10000 | 1001011 | 1001000 | 1001111 | 0 | 1000111 | 11110101 | 1000001 | 10010 |
Color Harmonies of #15104B
Complementary color
Monochromatic Colors of #15104B
Black with #15104B
Text Example
Text Example
White with #15104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15104B; }
p { color: rgb(21,16,75); }
H1.HeaderClassName
{
color: #15104B;
}
.AnyTagClassName
{
color: #15104B;
}
</style>
background-color css
<style>
a { background-color: #15104B; }
a { background-color: rgb(21,16,75); }
div.DivClassName
{
background-color: #15104B;
}
.BgClassName
{
background-color: #15104B;
}
</style>
border-color css
<style>
span { border-color: #15104B; }
span { border-color: rgb(21,16,75); }
td.TdClassName
{
border-color: #15104B;
}
.TagClassName
{
border-color: #15104B;
}
</style>