Shades of Paua #1A1058
Tints of Paua #1A1058
RGB
CMYK
RGB Variations
Color information
#1A1058 (or 0x1A1058) is known color: Paua. HEX triplet: 1A, 10 and 58. RGB value is (26,16,88). Sum of RGB (Red+Green+Blue) = 26+16+88=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1058 is #E5EFA7. Grayscale: #1A1A1A. Windows color (decimal): -15069096 or 5771290. OLE color: 5771290.
HSL color Cylindrical-coordinate representation of color #1A1058: hue angle of 248.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1058 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 16 | 88 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.65 |
| HSL | 248.33º | 0.69% | 0.2% | - |
| HSV(B) | 248.33º | 0.82% | 0.35% | - |
| XYZ | 2.37 | 1.29 | 9.36 | - |
| YUV | 27.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 88 | 0.70 | 0.82 | 0 | 0.65 | 248.33 | 0.69 | 0.2 |
| Hex | 1A | 10 | 58 | 46 | 52 | 0 | 41 | F8 | 45 | 14 |
| Octal | 32 | 20 | 130 | 106 | 122 | 0 | 101 | 370 | 105 | 24 |
| Binary | 11010 | 10000 | 1011000 | 1000110 | 1010010 | 0 | 1000001 | 11111000 | 1000101 | 10100 |
Color Harmonies of #1A1058
Complementary color
Monochromatic Colors of #1A1058
Black with #1A1058
Text Example
Text Example
White with #1A1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1058; }
p { color: rgb(26,16,88); }
H1.HeaderClassName
{
color: #1A1058;
}
.AnyTagClassName
{
color: #1A1058;
}
</style>
background-color css
<style>
a { background-color: #1A1058; }
a { background-color: rgb(26,16,88); }
div.DivClassName
{
background-color: #1A1058;
}
.BgClassName
{
background-color: #1A1058;
}
</style>
border-color css
<style>
span { border-color: #1A1058; }
span { border-color: rgb(26,16,88); }
td.TdClassName
{
border-color: #1A1058;
}
.TagClassName
{
border-color: #1A1058;
}
</style>