Shades of Paua #13134A
Tints of Paua #13134A
RGB
CMYK
RGB Variations
Color information
#13134A (or 0x13134A) is known color: Paua. HEX triplet: 13, 13 and 4A. RGB value is (19,19,74). Sum of RGB (Red+Green+Blue) = 19+19+74=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #13134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13134A is #ECECB5. Grayscale: #191919. Windows color (decimal): -15527094 or 4854547. OLE color: 4854547.
HSL color Cylindrical-coordinate representation of color #13134A: hue angle of 240º 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 #13134A is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 19 | 74 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.71 |
| HSL | 240º | 0.59% | 0.18% | - |
| HSV(B) | 240º | 0.74% | 0.29% | - |
| XYZ | 1.74 | 1.1 | 6.6 | - |
| YUV | 25.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 74 | 0.74 | 0.74 | 0 | 0.71 | 240 | 0.59 | 0.18 |
| Hex | 13 | 13 | 4A | 4A | 4A | 0 | 47 | F0 | 3B | 12 |
| Octal | 23 | 23 | 112 | 112 | 112 | 0 | 107 | 360 | 73 | 22 |
| Binary | 10011 | 10011 | 1001010 | 1001010 | 1001010 | 0 | 1000111 | 11110000 | 111011 | 10010 |
Color Harmonies of #13134A
Complementary color
Monochromatic Colors of #13134A
Black with #13134A
Text Example
Text Example
White with #13134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13134A; }
p { color: rgb(19,19,74); }
H1.HeaderClassName
{
color: #13134A;
}
.AnyTagClassName
{
color: #13134A;
}
</style>
background-color css
<style>
a { background-color: #13134A; }
a { background-color: rgb(19,19,74); }
div.DivClassName
{
background-color: #13134A;
}
.BgClassName
{
background-color: #13134A;
}
</style>
border-color css
<style>
span { border-color: #13134A; }
span { border-color: rgb(19,19,74); }
td.TdClassName
{
border-color: #13134A;
}
.TagClassName
{
border-color: #13134A;
}
</style>