Shades of Paua #15124B
Tints of Paua #15124B
RGB
CMYK
RGB Variations
Color information
#15124B (or 0x15124B) is known color: Paua. HEX triplet: 15, 12 and 4B. RGB value is (21,18,75). Sum of RGB (Red+Green+Blue) = 21+18+75=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #15124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15124B is #EAEDB4. Grayscale: #191919. Windows color (decimal): -15396277 or 4919829. OLE color: 4919829.
HSL color Cylindrical-coordinate representation of color #15124B: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15124B is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 18 | 75 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.71 |
| HSL | 243.16º | 0.61% | 0.18% | - |
| HSV(B) | 243.16º | 0.76% | 0.29% | - |
| XYZ | 1.8 | 1.1 | 6.77 | - |
| YUV | 25.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 75 | 0.72 | 0.76 | 0 | 0.71 | 243.16 | 0.61 | 0.18 |
| Hex | 15 | 12 | 4B | 48 | 4C | 0 | 47 | F3 | 3D | 12 |
| Octal | 25 | 22 | 113 | 110 | 114 | 0 | 107 | 363 | 75 | 22 |
| Binary | 10101 | 10010 | 1001011 | 1001000 | 1001100 | 0 | 1000111 | 11110011 | 111101 | 10010 |
Color Harmonies of #15124B
Complementary color
Monochromatic Colors of #15124B
Black with #15124B
Text Example
Text Example
White with #15124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15124B; }
p { color: rgb(21,18,75); }
H1.HeaderClassName
{
color: #15124B;
}
.AnyTagClassName
{
color: #15124B;
}
</style>
background-color css
<style>
a { background-color: #15124B; }
a { background-color: rgb(21,18,75); }
div.DivClassName
{
background-color: #15124B;
}
.BgClassName
{
background-color: #15124B;
}
</style>
border-color css
<style>
span { border-color: #15124B; }
span { border-color: rgb(21,18,75); }
td.TdClassName
{
border-color: #15124B;
}
.TagClassName
{
border-color: #15124B;
}
</style>