Shades of Paua #13044C
Tints of Paua #13044C
RGB
CMYK
RGB Variations
Color information
#13044C (or 0x13044C) is known color: Paua. HEX triplet: 13, 04 and 4C. RGB value is (19,4,76). Sum of RGB (Red+Green+Blue) = 19+4+76=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #13044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13044C is #ECFBB3. Grayscale: #101010. Windows color (decimal): -15530932 or 4981779. OLE color: 4981779.
HSL color Cylindrical-coordinate representation of color #13044C: hue angle of 252.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13044C is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 4 | 76 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.70 |
| HSL | 252.5º | 0.9% | 0.16% | - |
| HSV(B) | 252.5º | 0.95% | 0.3% | - |
| XYZ | 1.62 | 0.75 | 6.9 | - |
| YUV | 16.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 76 | 0.75 | 0.95 | 0 | 0.70 | 252.5 | 0.9 | 0.16 |
| Hex | 13 | 4 | 4C | 4B | 5F | 0 | 46 | FD | 5A | 10 |
| Octal | 23 | 4 | 114 | 113 | 137 | 0 | 106 | 375 | 132 | 20 |
| Binary | 10011 | 100 | 1001100 | 1001011 | 1011111 | 0 | 1000110 | 11111101 | 1011010 | 10000 |
Color Harmonies of #13044C
Complementary color
Monochromatic Colors of #13044C
Black with #13044C
Text Example
Text Example
White with #13044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13044C; }
p { color: rgb(19,4,76); }
H1.HeaderClassName
{
color: #13044C;
}
.AnyTagClassName
{
color: #13044C;
}
</style>
background-color css
<style>
a { background-color: #13044C; }
a { background-color: rgb(19,4,76); }
div.DivClassName
{
background-color: #13044C;
}
.BgClassName
{
background-color: #13044C;
}
</style>
border-color css
<style>
span { border-color: #13044C; }
span { border-color: rgb(19,4,76); }
td.TdClassName
{
border-color: #13044C;
}
.TagClassName
{
border-color: #13044C;
}
</style>