Shades of Paua #130F43
Tints of Paua #130F43
RGB
CMYK
RGB Variations
Color information
#130F43 (or 0x130F43) is known color: Paua. HEX triplet: 13, 0F and 43. RGB value is (19,15,67). Sum of RGB (Red+Green+Blue) = 19+15+67=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #130F43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F43 is #ECF0BC. Grayscale: #151515. Windows color (decimal): -15528125 or 4394771. OLE color: 4394771.
HSL color Cylindrical-coordinate representation of color #130F43: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130F43 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 15 | 67 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.74 |
| HSL | 244.62º | 0.63% | 0.16% | - |
| HSV(B) | 244.62º | 0.78% | 0.26% | - |
| XYZ | 1.45 | 0.89 | 5.4 | - |
| YUV | 22.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 67 | 0.72 | 0.78 | 0 | 0.74 | 244.62 | 0.63 | 0.16 |
| Hex | 13 | F | 43 | 48 | 4E | 0 | 4A | F5 | 3F | 10 |
| Octal | 23 | 17 | 103 | 110 | 116 | 0 | 112 | 365 | 77 | 20 |
| Binary | 10011 | 1111 | 1000011 | 1001000 | 1001110 | 0 | 1001010 | 11110101 | 111111 | 10000 |
Color Harmonies of #130F43
Complementary color
Monochromatic Colors of #130F43
Black with #130F43
Text Example
Text Example
White with #130F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F43; }
p { color: rgb(19,15,67); }
H1.HeaderClassName
{
color: #130F43;
}
.AnyTagClassName
{
color: #130F43;
}
</style>
background-color css
<style>
a { background-color: #130F43; }
a { background-color: rgb(19,15,67); }
div.DivClassName
{
background-color: #130F43;
}
.BgClassName
{
background-color: #130F43;
}
</style>
border-color css
<style>
span { border-color: #130F43; }
span { border-color: rgb(19,15,67); }
td.TdClassName
{
border-color: #130F43;
}
.TagClassName
{
border-color: #130F43;
}
</style>