Shades of Paua #15154F
Tints of Paua #15154F
RGB
CMYK
RGB Variations
Color information
#15154F (or 0x15154F) is known color: Paua. HEX triplet: 15, 15 and 4F. RGB value is (21,21,79). Sum of RGB (Red+Green+Blue) = 21+21+79=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #15154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15154F is #EAEAB0. Grayscale: #1B1B1B. Windows color (decimal): -15395505 or 5182741. OLE color: 5182741.
HSL color Cylindrical-coordinate representation of color #15154F: hue angle of 240º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15154F is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 21 | 79 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.69 |
| HSL | 240º | 0.58% | 0.2% | - |
| HSV(B) | 240º | 0.73% | 0.31% | - |
| XYZ | 1.99 | 1.26 | 7.54 | - |
| YUV | 27.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 79 | 0.73 | 0.73 | 0 | 0.69 | 240 | 0.58 | 0.2 |
| Hex | 15 | 15 | 4F | 49 | 49 | 0 | 45 | F0 | 3A | 14 |
| Octal | 25 | 25 | 117 | 111 | 111 | 0 | 105 | 360 | 72 | 24 |
| Binary | 10101 | 10101 | 1001111 | 1001001 | 1001001 | 0 | 1000101 | 11110000 | 111010 | 10100 |
Color Harmonies of #15154F
Complementary color
Monochromatic Colors of #15154F
Black with #15154F
Text Example
Text Example
White with #15154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15154F; }
p { color: rgb(21,21,79); }
H1.HeaderClassName
{
color: #15154F;
}
.AnyTagClassName
{
color: #15154F;
}
</style>
background-color css
<style>
a { background-color: #15154F; }
a { background-color: rgb(21,21,79); }
div.DivClassName
{
background-color: #15154F;
}
.BgClassName
{
background-color: #15154F;
}
</style>
border-color css
<style>
span { border-color: #15154F; }
span { border-color: rgb(21,21,79); }
td.TdClassName
{
border-color: #15154F;
}
.TagClassName
{
border-color: #15154F;
}
</style>