Shades of Paua #15114F
Tints of Paua #15114F
RGB
CMYK
RGB Variations
Color information
#15114F (or 0x15114F) is known color: Paua. HEX triplet: 15, 11 and 4F. RGB value is (21,17,79). Sum of RGB (Red+Green+Blue) = 21+17+79=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #15114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15114F is #EAEEB0. Grayscale: #191919. Windows color (decimal): -15396529 or 5181717. OLE color: 5181717.
HSL color Cylindrical-coordinate representation of color #15114F: hue angle of 243.87º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15114F is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 17 | 79 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.69 |
| HSL | 243.87º | 0.65% | 0.19% | - |
| HSV(B) | 243.87º | 0.78% | 0.31% | - |
| XYZ | 1.92 | 1.12 | 7.51 | - |
| YUV | 25.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 79 | 0.73 | 0.78 | 0 | 0.69 | 243.87 | 0.65 | 0.19 |
| Hex | 15 | 11 | 4F | 49 | 4E | 0 | 45 | F4 | 41 | 13 |
| Octal | 25 | 21 | 117 | 111 | 116 | 0 | 105 | 364 | 101 | 23 |
| Binary | 10101 | 10001 | 1001111 | 1001001 | 1001110 | 0 | 1000101 | 11110100 | 1000001 | 10011 |
Color Harmonies of #15114F
Complementary color
Monochromatic Colors of #15114F
Black with #15114F
Text Example
Text Example
White with #15114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15114F; }
p { color: rgb(21,17,79); }
H1.HeaderClassName
{
color: #15114F;
}
.AnyTagClassName
{
color: #15114F;
}
</style>
background-color css
<style>
a { background-color: #15114F; }
a { background-color: rgb(21,17,79); }
div.DivClassName
{
background-color: #15114F;
}
.BgClassName
{
background-color: #15114F;
}
</style>
border-color css
<style>
span { border-color: #15114F; }
span { border-color: rgb(21,17,79); }
td.TdClassName
{
border-color: #15114F;
}
.TagClassName
{
border-color: #15114F;
}
</style>