Shades of Paua #1A0957
Tints of Paua #1A0957
RGB
CMYK
RGB Variations
Color information
#1A0957 (or 0x1A0957) is known color: Paua. HEX triplet: 1A, 09 and 57. RGB value is (26,9,87). Sum of RGB (Red+Green+Blue) = 26+9+87=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 87 (34.38% from 255 or 71.31% from 122); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A0957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0957 is #E5F6A8. Grayscale: #161616. Windows color (decimal): -15070889 or 5703962. OLE color: 5703962.
HSL color Cylindrical-coordinate representation of color #1A0957: hue angle of 253.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0957 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 9 | 87 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.66 |
| HSL | 253.08º | 0.81% | 0.19% | - |
| HSV(B) | 253.08º | 0.9% | 0.34% | - |
| XYZ | 2.24 | 1.1 | 9.11 | - |
| YUV | 22.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 87 | 0.70 | 0.90 | 0 | 0.66 | 253.08 | 0.81 | 0.19 |
| Hex | 1A | 9 | 57 | 46 | 5A | 0 | 42 | FD | 51 | 13 |
| Octal | 32 | 11 | 127 | 106 | 132 | 0 | 102 | 375 | 121 | 23 |
| Binary | 11010 | 1001 | 1010111 | 1000110 | 1011010 | 0 | 1000010 | 11111101 | 1010001 | 10011 |
Color Harmonies of #1A0957
Complementary color
Monochromatic Colors of #1A0957
Black with #1A0957
Text Example
Text Example
White with #1A0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0957; }
p { color: rgb(26,9,87); }
H1.HeaderClassName
{
color: #1A0957;
}
.AnyTagClassName
{
color: #1A0957;
}
</style>
background-color css
<style>
a { background-color: #1A0957; }
a { background-color: rgb(26,9,87); }
div.DivClassName
{
background-color: #1A0957;
}
.BgClassName
{
background-color: #1A0957;
}
</style>
border-color css
<style>
span { border-color: #1A0957; }
span { border-color: rgb(26,9,87); }
td.TdClassName
{
border-color: #1A0957;
}
.TagClassName
{
border-color: #1A0957;
}
</style>