Shades of Paua #130250
Tints of Paua #130250
RGB
CMYK
RGB Variations
Color information
#130250 (or 0x130250) is known color: Paua. HEX triplet: 13, 02 and 50. RGB value is (19,2,80). Sum of RGB (Red+Green+Blue) = 19+2+80=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #130250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130250 is #ECFDAF. Grayscale: #0F0F0F. Windows color (decimal): -15531440 or 5243411. OLE color: 5243411.
HSL color Cylindrical-coordinate representation of color #130250: hue angle of 253.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130250 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 2 | 80 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.69 |
| HSL | 253.08º | 0.95% | 0.16% | - |
| HSV(B) | 253.08º | 0.98% | 0.31% | - |
| XYZ | 1.74 | 0.76 | 7.64 | - |
| YUV | 15.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 80 | 0.76 | 0.98 | 0 | 0.69 | 253.08 | 0.95 | 0.16 |
| Hex | 13 | 2 | 50 | 4C | 62 | 0 | 45 | FD | 5F | 10 |
| Octal | 23 | 2 | 120 | 114 | 142 | 0 | 105 | 375 | 137 | 20 |
| Binary | 10011 | 10 | 1010000 | 1001100 | 1100010 | 0 | 1000101 | 11111101 | 1011111 | 10000 |
Color Harmonies of #130250
Complementary color
Monochromatic Colors of #130250
Black with #130250
Text Example
Text Example
White with #130250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130250; }
p { color: rgb(19,2,80); }
H1.HeaderClassName
{
color: #130250;
}
.AnyTagClassName
{
color: #130250;
}
</style>
background-color css
<style>
a { background-color: #130250; }
a { background-color: rgb(19,2,80); }
div.DivClassName
{
background-color: #130250;
}
.BgClassName
{
background-color: #130250;
}
</style>
border-color css
<style>
span { border-color: #130250; }
span { border-color: rgb(19,2,80); }
td.TdClassName
{
border-color: #130250;
}
.TagClassName
{
border-color: #130250;
}
</style>