Shades of Paua #1A0A54
Tints of Paua #1A0A54
RGB
CMYK
RGB Variations
Color information
#1A0A54 (or 0x1A0A54) is known color: Paua. HEX triplet: 1A, 0A and 54. RGB value is (26,10,84). Sum of RGB (Red+Green+Blue) = 26+10+84=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A0A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A54 is #E5F5AB. Grayscale: #161616. Windows color (decimal): -15070636 or 5507610. OLE color: 5507610.
HSL color Cylindrical-coordinate representation of color #1A0A54: hue angle of 252.97º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0A54 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 10 | 84 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.67 |
| HSL | 252.97º | 0.79% | 0.18% | - |
| HSV(B) | 252.97º | 0.88% | 0.33% | - |
| XYZ | 2.13 | 1.08 | 8.48 | - |
| YUV | 23.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 84 | 0.69 | 0.88 | 0 | 0.67 | 252.97 | 0.79 | 0.18 |
| Hex | 1A | A | 54 | 45 | 58 | 0 | 43 | FD | 4F | 12 |
| Octal | 32 | 12 | 124 | 105 | 130 | 0 | 103 | 375 | 117 | 22 |
| Binary | 11010 | 1010 | 1010100 | 1000101 | 1011000 | 0 | 1000011 | 11111101 | 1001111 | 10010 |
Color Harmonies of #1A0A54
Complementary color
Monochromatic Colors of #1A0A54
Black with #1A0A54
Text Example
Text Example
White with #1A0A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A54; }
p { color: rgb(26,10,84); }
H1.HeaderClassName
{
color: #1A0A54;
}
.AnyTagClassName
{
color: #1A0A54;
}
</style>
background-color css
<style>
a { background-color: #1A0A54; }
a { background-color: rgb(26,10,84); }
div.DivClassName
{
background-color: #1A0A54;
}
.BgClassName
{
background-color: #1A0A54;
}
</style>
border-color css
<style>
span { border-color: #1A0A54; }
span { border-color: rgb(26,10,84); }
td.TdClassName
{
border-color: #1A0A54;
}
.TagClassName
{
border-color: #1A0A54;
}
</style>