Shades of Paua #130D3F
Tints of Paua #130D3F
RGB
CMYK
RGB Variations
Color information
#130D3F (or 0x130D3F) is known color: Paua. HEX triplet: 13, 0D and 3F. RGB value is (19,13,63). Sum of RGB (Red+Green+Blue) = 19+13+63=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #130D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D3F is #ECF2C0. Grayscale: #141414. Windows color (decimal): -15528641 or 4132115. OLE color: 4132115.
HSL color Cylindrical-coordinate representation of color #130D3F: hue angle of 247.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130D3F is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 13 | 63 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.75 |
| HSL | 247.2º | 0.66% | 0.15% | - |
| HSV(B) | 247.2º | 0.79% | 0.25% | - |
| XYZ | 1.31 | 0.79 | 4.79 | - |
| YUV | 20.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 63 | 0.70 | 0.79 | 0 | 0.75 | 247.2 | 0.66 | 0.15 |
| Hex | 13 | D | 3F | 46 | 4F | 0 | 4B | F7 | 42 | F |
| Octal | 23 | 15 | 77 | 106 | 117 | 0 | 113 | 367 | 102 | 17 |
| Binary | 10011 | 1101 | 111111 | 1000110 | 1001111 | 0 | 1001011 | 11110111 | 1000010 | 1111 |
Color Harmonies of #130D3F
Complementary color
Monochromatic Colors of #130D3F
Black with #130D3F
Text Example
Text Example
White with #130D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D3F; }
p { color: rgb(19,13,63); }
H1.HeaderClassName
{
color: #130D3F;
}
.AnyTagClassName
{
color: #130D3F;
}
</style>
background-color css
<style>
a { background-color: #130D3F; }
a { background-color: rgb(19,13,63); }
div.DivClassName
{
background-color: #130D3F;
}
.BgClassName
{
background-color: #130D3F;
}
</style>
border-color css
<style>
span { border-color: #130D3F; }
span { border-color: rgb(19,13,63); }
td.TdClassName
{
border-color: #130D3F;
}
.TagClassName
{
border-color: #130D3F;
}
</style>