Shades of Paua #15124F
Tints of Paua #15124F
RGB
CMYK
RGB Variations
Color information
#15124F (or 0x15124F) is known color: Paua. HEX triplet: 15, 12 and 4F. RGB value is (21,18,79). Sum of RGB (Red+Green+Blue) = 21+18+79=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #15124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15124F is #EAEDB0. Grayscale: #191919. Windows color (decimal): -15396273 or 5181973. OLE color: 5181973.
HSL color Cylindrical-coordinate representation of color #15124F: hue angle of 242.95º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15124F is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 18 | 79 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.69 |
| HSL | 242.95º | 0.63% | 0.19% | - |
| HSV(B) | 242.95º | 0.77% | 0.31% | - |
| XYZ | 1.94 | 1.16 | 7.52 | - |
| YUV | 25.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 79 | 0.73 | 0.77 | 0 | 0.69 | 242.95 | 0.63 | 0.19 |
| Hex | 15 | 12 | 4F | 49 | 4D | 0 | 45 | F3 | 3F | 13 |
| Octal | 25 | 22 | 117 | 111 | 115 | 0 | 105 | 363 | 77 | 23 |
| Binary | 10101 | 10010 | 1001111 | 1001001 | 1001101 | 0 | 1000101 | 11110011 | 111111 | 10011 |
Color Harmonies of #15124F
Complementary color
Monochromatic Colors of #15124F
Black with #15124F
Text Example
Text Example
White with #15124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15124F; }
p { color: rgb(21,18,79); }
H1.HeaderClassName
{
color: #15124F;
}
.AnyTagClassName
{
color: #15124F;
}
</style>
background-color css
<style>
a { background-color: #15124F; }
a { background-color: rgb(21,18,79); }
div.DivClassName
{
background-color: #15124F;
}
.BgClassName
{
background-color: #15124F;
}
</style>
border-color css
<style>
span { border-color: #15124F; }
span { border-color: rgb(21,18,79); }
td.TdClassName
{
border-color: #15124F;
}
.TagClassName
{
border-color: #15124F;
}
</style>