Shades of Paua #15184F
Tints of Paua #15184F
RGB
CMYK
RGB Variations
Color information
#15184F (or 0x15184F) is known color: Paua. HEX triplet: 15, 18 and 4F. RGB value is (21,24,79). Sum of RGB (Red+Green+Blue) = 21+24+79=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #15184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15184F is #EAE7B0. Grayscale: #1D1D1D. Windows color (decimal): -15394737 or 5183509. OLE color: 5183509.
HSL color Cylindrical-coordinate representation of color #15184F: hue angle of 236.9º 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 #15184F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 24 | 79 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.69 |
| HSL | 236.9º | 0.58% | 0.2% | - |
| HSV(B) | 236.9º | 0.73% | 0.31% | - |
| XYZ | 2.05 | 1.38 | 7.56 | - |
| YUV | 29.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 79 | 0.73 | 0.70 | 0 | 0.69 | 236.9 | 0.58 | 0.2 |
| Hex | 15 | 18 | 4F | 49 | 46 | 0 | 45 | ED | 3A | 14 |
| Octal | 25 | 30 | 117 | 111 | 106 | 0 | 105 | 355 | 72 | 24 |
| Binary | 10101 | 11000 | 1001111 | 1001001 | 1000110 | 0 | 1000101 | 11101101 | 111010 | 10100 |
Color Harmonies of #15184F
Complementary color
Monochromatic Colors of #15184F
Black with #15184F
Text Example
Text Example
White with #15184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15184F; }
p { color: rgb(21,24,79); }
H1.HeaderClassName
{
color: #15184F;
}
.AnyTagClassName
{
color: #15184F;
}
</style>
background-color css
<style>
a { background-color: #15184F; }
a { background-color: rgb(21,24,79); }
div.DivClassName
{
background-color: #15184F;
}
.BgClassName
{
background-color: #15184F;
}
</style>
border-color css
<style>
span { border-color: #15184F; }
span { border-color: rgb(21,24,79); }
td.TdClassName
{
border-color: #15184F;
}
.TagClassName
{
border-color: #15184F;
}
</style>