Shades of Paua #1A0B58
Tints of Paua #1A0B58
RGB
CMYK
RGB Variations
Color information
#1A0B58 (or 0x1A0B58) is known color: Paua. HEX triplet: 1A, 0B and 58. RGB value is (26,11,88). Sum of RGB (Red+Green+Blue) = 26+11+88=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A0B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B58 is #E5F4A7. Grayscale: #171717. Windows color (decimal): -15070376 or 5770010. OLE color: 5770010.
HSL color Cylindrical-coordinate representation of color #1A0B58: hue angle of 251.69º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0B58 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 11 | 88 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.65 |
| HSL | 251.69º | 0.78% | 0.19% | - |
| HSV(B) | 251.69º | 0.88% | 0.35% | - |
| XYZ | 2.31 | 1.16 | 9.34 | - |
| YUV | 24.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 88 | 0.70 | 0.88 | 0 | 0.65 | 251.69 | 0.78 | 0.19 |
| Hex | 1A | B | 58 | 46 | 58 | 0 | 41 | FC | 4E | 13 |
| Octal | 32 | 13 | 130 | 106 | 130 | 0 | 101 | 374 | 116 | 23 |
| Binary | 11010 | 1011 | 1011000 | 1000110 | 1011000 | 0 | 1000001 | 11111100 | 1001110 | 10011 |
Color Harmonies of #1A0B58
Complementary color
Monochromatic Colors of #1A0B58
Black with #1A0B58
Text Example
Text Example
White with #1A0B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B58; }
p { color: rgb(26,11,88); }
H1.HeaderClassName
{
color: #1A0B58;
}
.AnyTagClassName
{
color: #1A0B58;
}
</style>
background-color css
<style>
a { background-color: #1A0B58; }
a { background-color: rgb(26,11,88); }
div.DivClassName
{
background-color: #1A0B58;
}
.BgClassName
{
background-color: #1A0B58;
}
</style>
border-color css
<style>
span { border-color: #1A0B58; }
span { border-color: rgb(26,11,88); }
td.TdClassName
{
border-color: #1A0B58;
}
.TagClassName
{
border-color: #1A0B58;
}
</style>