Shades of Paua #130F42
Tints of Paua #130F42
RGB
CMYK
RGB Variations
Color information
#130F42 (or 0x130F42) is known color: Paua. HEX triplet: 13, 0F and 42. RGB value is (19,15,66). Sum of RGB (Red+Green+Blue) = 19+15+66=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #130F42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F42 is #ECF0BD. Grayscale: #151515. Windows color (decimal): -15528126 or 4329235. OLE color: 4329235.
HSL color Cylindrical-coordinate representation of color #130F42: hue angle of 244.71º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130F42 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 15 | 66 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.74 |
| HSL | 244.71º | 0.63% | 0.16% | - |
| HSV(B) | 244.71º | 0.77% | 0.26% | - |
| XYZ | 1.42 | 0.87 | 5.25 | - |
| YUV | 22.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 66 | 0.71 | 0.77 | 0 | 0.74 | 244.71 | 0.63 | 0.16 |
| Hex | 13 | F | 42 | 47 | 4D | 0 | 4A | F5 | 3F | 10 |
| Octal | 23 | 17 | 102 | 107 | 115 | 0 | 112 | 365 | 77 | 20 |
| Binary | 10011 | 1111 | 1000010 | 1000111 | 1001101 | 0 | 1001010 | 11110101 | 111111 | 10000 |
Color Harmonies of #130F42
Complementary color
Monochromatic Colors of #130F42
Black with #130F42
Text Example
Text Example
White with #130F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F42; }
p { color: rgb(19,15,66); }
H1.HeaderClassName
{
color: #130F42;
}
.AnyTagClassName
{
color: #130F42;
}
</style>
background-color css
<style>
a { background-color: #130F42; }
a { background-color: rgb(19,15,66); }
div.DivClassName
{
background-color: #130F42;
}
.BgClassName
{
background-color: #130F42;
}
</style>
border-color css
<style>
span { border-color: #130F42; }
span { border-color: rgb(19,15,66); }
td.TdClassName
{
border-color: #130F42;
}
.TagClassName
{
border-color: #130F42;
}
</style>