Shades of Paua #1A1558
Tints of Paua #1A1558
RGB
CMYK
RGB Variations
Color information
#1A1558 (or 0x1A1558) is known color: Paua. HEX triplet: 1A, 15 and 58. RGB value is (26,21,88). Sum of RGB (Red+Green+Blue) = 26+21+88=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1558 is #E5EAA7. Grayscale: #1D1D1D. Windows color (decimal): -15067816 or 5772570. OLE color: 5772570.
HSL color Cylindrical-coordinate representation of color #1A1558: hue angle of 244.48º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1558 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 21 | 88 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.65 |
| HSL | 244.48º | 0.61% | 0.21% | - |
| HSV(B) | 244.48º | 0.76% | 0.35% | - |
| XYZ | 2.46 | 1.46 | 9.39 | - |
| YUV | 30.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 88 | 0.70 | 0.76 | 0 | 0.65 | 244.48 | 0.61 | 0.21 |
| Hex | 1A | 15 | 58 | 46 | 4C | 0 | 41 | F4 | 3D | 15 |
| Octal | 32 | 25 | 130 | 106 | 114 | 0 | 101 | 364 | 75 | 25 |
| Binary | 11010 | 10101 | 1011000 | 1000110 | 1001100 | 0 | 1000001 | 11110100 | 111101 | 10101 |
Color Harmonies of #1A1558
Complementary color
Monochromatic Colors of #1A1558
Black with #1A1558
Text Example
Text Example
White with #1A1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1558; }
p { color: rgb(26,21,88); }
H1.HeaderClassName
{
color: #1A1558;
}
.AnyTagClassName
{
color: #1A1558;
}
</style>
background-color css
<style>
a { background-color: #1A1558; }
a { background-color: rgb(26,21,88); }
div.DivClassName
{
background-color: #1A1558;
}
.BgClassName
{
background-color: #1A1558;
}
</style>
border-color css
<style>
span { border-color: #1A1558; }
span { border-color: rgb(26,21,88); }
td.TdClassName
{
border-color: #1A1558;
}
.TagClassName
{
border-color: #1A1558;
}
</style>