Shades of Paua #15113F
Tints of Paua #15113F
RGB
CMYK
RGB Variations
Color information
#15113F (or 0x15113F) is known color: Paua. HEX triplet: 15, 11 and 3F. RGB value is (21,17,63). Sum of RGB (Red+Green+Blue) = 21+17+63=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #15113F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15113F is #EAEEC0. Grayscale: #171717. Windows color (decimal): -15396545 or 4133141. OLE color: 4133141.
HSL color Cylindrical-coordinate representation of color #15113F: hue angle of 245.22º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15113F is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 17 | 63 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.75 |
| HSL | 245.22º | 0.58% | 0.16% | - |
| HSV(B) | 245.22º | 0.73% | 0.25% | - |
| XYZ | 1.41 | 0.92 | 4.81 | - |
| YUV | 23.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 63 | 0.67 | 0.73 | 0 | 0.75 | 245.22 | 0.58 | 0.16 |
| Hex | 15 | 11 | 3F | 43 | 49 | 0 | 4B | F5 | 3A | 10 |
| Octal | 25 | 21 | 77 | 103 | 111 | 0 | 113 | 365 | 72 | 20 |
| Binary | 10101 | 10001 | 111111 | 1000011 | 1001001 | 0 | 1001011 | 11110101 | 111010 | 10000 |
Color Harmonies of #15113F
Complementary color
Monochromatic Colors of #15113F
Black with #15113F
Text Example
Text Example
White with #15113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15113F; }
p { color: rgb(21,17,63); }
H1.HeaderClassName
{
color: #15113F;
}
.AnyTagClassName
{
color: #15113F;
}
</style>
background-color css
<style>
a { background-color: #15113F; }
a { background-color: rgb(21,17,63); }
div.DivClassName
{
background-color: #15113F;
}
.BgClassName
{
background-color: #15113F;
}
</style>
border-color css
<style>
span { border-color: #15113F; }
span { border-color: rgb(21,17,63); }
td.TdClassName
{
border-color: #15113F;
}
.TagClassName
{
border-color: #15113F;
}
</style>