Shades of Paua #1A0A55
Tints of Paua #1A0A55
RGB
CMYK
RGB Variations
Color information
#1A0A55 (or 0x1A0A55) is known color: Paua. HEX triplet: 1A, 0A and 55. RGB value is (26,10,85). Sum of RGB (Red+Green+Blue) = 26+10+85=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A0A55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A55 is #E5F5AA. Grayscale: #171717. Windows color (decimal): -15070635 or 5573146. OLE color: 5573146.
HSL color Cylindrical-coordinate representation of color #1A0A55: hue angle of 252.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0A55 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 10 | 85 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.67 |
| HSL | 252.8º | 0.79% | 0.19% | - |
| HSV(B) | 252.8º | 0.88% | 0.33% | - |
| XYZ | 2.17 | 1.09 | 8.69 | - |
| YUV | 23.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 85 | 0.69 | 0.88 | 0 | 0.67 | 252.8 | 0.79 | 0.19 |
| Hex | 1A | A | 55 | 45 | 58 | 0 | 43 | FD | 4F | 13 |
| Octal | 32 | 12 | 125 | 105 | 130 | 0 | 103 | 375 | 117 | 23 |
| Binary | 11010 | 1010 | 1010101 | 1000101 | 1011000 | 0 | 1000011 | 11111101 | 1001111 | 10011 |
Color Harmonies of #1A0A55
Complementary color
Monochromatic Colors of #1A0A55
Black with #1A0A55
Text Example
Text Example
White with #1A0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A55; }
p { color: rgb(26,10,85); }
H1.HeaderClassName
{
color: #1A0A55;
}
.AnyTagClassName
{
color: #1A0A55;
}
</style>
background-color css
<style>
a { background-color: #1A0A55; }
a { background-color: rgb(26,10,85); }
div.DivClassName
{
background-color: #1A0A55;
}
.BgClassName
{
background-color: #1A0A55;
}
</style>
border-color css
<style>
span { border-color: #1A0A55; }
span { border-color: rgb(26,10,85); }
td.TdClassName
{
border-color: #1A0A55;
}
.TagClassName
{
border-color: #1A0A55;
}
</style>