Shades of Paua #130B4A
Tints of Paua #130B4A
RGB
CMYK
RGB Variations
Color information
#130B4A (or 0x130B4A) is known color: Paua. HEX triplet: 13, 0B and 4A. RGB value is (19,11,74). Sum of RGB (Red+Green+Blue) = 19+11+74=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #130B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B4A is #ECF4B5. Grayscale: #141414. Windows color (decimal): -15529142 or 4852499. OLE color: 4852499.
HSL color Cylindrical-coordinate representation of color #130B4A: hue angle of 247.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130B4A is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 11 | 74 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.71 |
| HSL | 247.62º | 0.74% | 0.17% | - |
| HSV(B) | 247.62º | 0.85% | 0.29% | - |
| XYZ | 1.62 | 0.87 | 6.56 | - |
| YUV | 20.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 74 | 0.74 | 0.85 | 0 | 0.71 | 247.62 | 0.74 | 0.17 |
| Hex | 13 | B | 4A | 4A | 55 | 0 | 47 | F8 | 4A | 11 |
| Octal | 23 | 13 | 112 | 112 | 125 | 0 | 107 | 370 | 112 | 21 |
| Binary | 10011 | 1011 | 1001010 | 1001010 | 1010101 | 0 | 1000111 | 11111000 | 1001010 | 10001 |
Color Harmonies of #130B4A
Complementary color
Monochromatic Colors of #130B4A
Black with #130B4A
Text Example
Text Example
White with #130B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B4A; }
p { color: rgb(19,11,74); }
H1.HeaderClassName
{
color: #130B4A;
}
.AnyTagClassName
{
color: #130B4A;
}
</style>
background-color css
<style>
a { background-color: #130B4A; }
a { background-color: rgb(19,11,74); }
div.DivClassName
{
background-color: #130B4A;
}
.BgClassName
{
background-color: #130B4A;
}
</style>
border-color css
<style>
span { border-color: #130B4A; }
span { border-color: rgb(19,11,74); }
td.TdClassName
{
border-color: #130B4A;
}
.TagClassName
{
border-color: #130B4A;
}
</style>