Shades of Paua #130D4E
Tints of Paua #130D4E
RGB
CMYK
RGB Variations
Color information
#130D4E (or 0x130D4E) is known color: Paua. HEX triplet: 13, 0D and 4E. RGB value is (19,13,78). Sum of RGB (Red+Green+Blue) = 19+13+78=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #130D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D4E is #ECF2B1. Grayscale: #151515. Windows color (decimal): -15528626 or 5115155. OLE color: 5115155.
HSL color Cylindrical-coordinate representation of color #130D4E: hue angle of 245.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130D4E is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 13 | 78 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.69 |
| HSL | 245.54º | 0.71% | 0.18% | - |
| HSV(B) | 245.54º | 0.83% | 0.31% | - |
| XYZ | 1.79 | 0.98 | 7.3 | - |
| YUV | 22.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 78 | 0.76 | 0.83 | 0 | 0.69 | 245.54 | 0.71 | 0.18 |
| Hex | 13 | D | 4E | 4C | 53 | 0 | 45 | F6 | 47 | 12 |
| Octal | 23 | 15 | 116 | 114 | 123 | 0 | 105 | 366 | 107 | 22 |
| Binary | 10011 | 1101 | 1001110 | 1001100 | 1010011 | 0 | 1000101 | 11110110 | 1000111 | 10010 |
Color Harmonies of #130D4E
Complementary color
Monochromatic Colors of #130D4E
Black with #130D4E
Text Example
Text Example
White with #130D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D4E; }
p { color: rgb(19,13,78); }
H1.HeaderClassName
{
color: #130D4E;
}
.AnyTagClassName
{
color: #130D4E;
}
</style>
background-color css
<style>
a { background-color: #130D4E; }
a { background-color: rgb(19,13,78); }
div.DivClassName
{
background-color: #130D4E;
}
.BgClassName
{
background-color: #130D4E;
}
</style>
border-color css
<style>
span { border-color: #130D4E; }
span { border-color: rgb(19,13,78); }
td.TdClassName
{
border-color: #130D4E;
}
.TagClassName
{
border-color: #130D4E;
}
</style>