Shades of Paua #1A0953
Tints of Paua #1A0953
RGB
CMYK
RGB Variations
Color information
#1A0953 (or 0x1A0953) is known color: Paua. HEX triplet: 1A, 09 and 53. RGB value is (26,9,83). Sum of RGB (Red+Green+Blue) = 26+9+83=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0953 is #E5F6AC. Grayscale: #161616. Windows color (decimal): -15070893 or 5441818. OLE color: 5441818.
HSL color Cylindrical-coordinate representation of color #1A0953: hue angle of 253.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A0953 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 9 | 83 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.67 |
| HSL | 253.78º | 0.8% | 0.18% | - |
| HSV(B) | 253.78º | 0.89% | 0.33% | - |
| XYZ | 2.09 | 1.04 | 8.27 | - |
| YUV | 22.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 83 | 0.69 | 0.89 | 0 | 0.67 | 253.78 | 0.8 | 0.18 |
| Hex | 1A | 9 | 53 | 45 | 59 | 0 | 43 | FE | 50 | 12 |
| Octal | 32 | 11 | 123 | 105 | 131 | 0 | 103 | 376 | 120 | 22 |
| Binary | 11010 | 1001 | 1010011 | 1000101 | 1011001 | 0 | 1000011 | 11111110 | 1010000 | 10010 |
Color Harmonies of #1A0953
Complementary color
Monochromatic Colors of #1A0953
Black with #1A0953
Text Example
Text Example
White with #1A0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0953; }
p { color: rgb(26,9,83); }
H1.HeaderClassName
{
color: #1A0953;
}
.AnyTagClassName
{
color: #1A0953;
}
</style>
background-color css
<style>
a { background-color: #1A0953; }
a { background-color: rgb(26,9,83); }
div.DivClassName
{
background-color: #1A0953;
}
.BgClassName
{
background-color: #1A0953;
}
</style>
border-color css
<style>
span { border-color: #1A0953; }
span { border-color: rgb(26,9,83); }
td.TdClassName
{
border-color: #1A0953;
}
.TagClassName
{
border-color: #1A0953;
}
</style>