Shades of Paua #13054C
Tints of Paua #13054C
RGB
CMYK
RGB Variations
Color information
#13054C (or 0x13054C) is known color: Paua. HEX triplet: 13, 05 and 4C. RGB value is (19,5,76). Sum of RGB (Red+Green+Blue) = 19+5+76=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #13054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13054C is #ECFAB3. Grayscale: #111111. Windows color (decimal): -15530676 or 4982035. OLE color: 4982035.
HSL color Cylindrical-coordinate representation of color #13054C: hue angle of 251.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13054C is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 5 | 76 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.70 |
| HSL | 251.83º | 0.88% | 0.16% | - |
| HSV(B) | 251.83º | 0.93% | 0.3% | - |
| XYZ | 1.63 | 0.77 | 6.9 | - |
| YUV | 17.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 76 | 0.75 | 0.93 | 0 | 0.70 | 251.83 | 0.88 | 0.16 |
| Hex | 13 | 5 | 4C | 4B | 5D | 0 | 46 | FC | 58 | 10 |
| Octal | 23 | 5 | 114 | 113 | 135 | 0 | 106 | 374 | 130 | 20 |
| Binary | 10011 | 101 | 1001100 | 1001011 | 1011101 | 0 | 1000110 | 11111100 | 1011000 | 10000 |
Color Harmonies of #13054C
Complementary color
Monochromatic Colors of #13054C
Black with #13054C
Text Example
Text Example
White with #13054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13054C; }
p { color: rgb(19,5,76); }
H1.HeaderClassName
{
color: #13054C;
}
.AnyTagClassName
{
color: #13054C;
}
</style>
background-color css
<style>
a { background-color: #13054C; }
a { background-color: rgb(19,5,76); }
div.DivClassName
{
background-color: #13054C;
}
.BgClassName
{
background-color: #13054C;
}
</style>
border-color css
<style>
span { border-color: #13054C; }
span { border-color: rgb(19,5,76); }
td.TdClassName
{
border-color: #13054C;
}
.TagClassName
{
border-color: #13054C;
}
</style>