Shades of Paua #15134A
Tints of Paua #15134A
RGB
CMYK
RGB Variations
Color information
#15134A (or 0x15134A) is known color: Paua. HEX triplet: 15, 13 and 4A. RGB value is (21,19,74). Sum of RGB (Red+Green+Blue) = 21+19+74=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #15134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15134A is #EAECB5. Grayscale: #191919. Windows color (decimal): -15396022 or 4854549. OLE color: 4854549.
HSL color Cylindrical-coordinate representation of color #15134A: hue angle of 242.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15134A is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 19 | 74 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.71 |
| HSL | 242.18º | 0.59% | 0.18% | - |
| HSV(B) | 242.18º | 0.74% | 0.29% | - |
| XYZ | 1.78 | 1.12 | 6.6 | - |
| YUV | 25.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 74 | 0.72 | 0.74 | 0 | 0.71 | 242.18 | 0.59 | 0.18 |
| Hex | 15 | 13 | 4A | 48 | 4A | 0 | 47 | F2 | 3B | 12 |
| Octal | 25 | 23 | 112 | 110 | 112 | 0 | 107 | 362 | 73 | 22 |
| Binary | 10101 | 10011 | 1001010 | 1001000 | 1001010 | 0 | 1000111 | 11110010 | 111011 | 10010 |
Color Harmonies of #15134A
Complementary color
Monochromatic Colors of #15134A
Black with #15134A
Text Example
Text Example
White with #15134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15134A; }
p { color: rgb(21,19,74); }
H1.HeaderClassName
{
color: #15134A;
}
.AnyTagClassName
{
color: #15134A;
}
</style>
background-color css
<style>
a { background-color: #15134A; }
a { background-color: rgb(21,19,74); }
div.DivClassName
{
background-color: #15134A;
}
.BgClassName
{
background-color: #15134A;
}
</style>
border-color css
<style>
span { border-color: #15134A; }
span { border-color: rgb(21,19,74); }
td.TdClassName
{
border-color: #15134A;
}
.TagClassName
{
border-color: #15134A;
}
</style>