Shades of Paua #1C0A58
Tints of Paua #1C0A58
RGB
CMYK
RGB Variations
Color information
#1C0A58 (or 0x1C0A58) is known color: Paua. HEX triplet: 1C, 0A and 58. RGB value is (28,10,88). Sum of RGB (Red+Green+Blue) = 28+10+88=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C0A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0A58 is #E3F5A7. Grayscale: #171717. Windows color (decimal): -14939560 or 5769756. OLE color: 5769756.
HSL color Cylindrical-coordinate representation of color #1C0A58: hue angle of 253.85º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C0A58 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 10 | 88 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.65 |
| HSL | 253.85º | 0.8% | 0.19% | - |
| HSV(B) | 253.85º | 0.89% | 0.35% | - |
| XYZ | 2.35 | 1.17 | 9.33 | - |
| YUV | 24.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 88 | 0.68 | 0.89 | 0 | 0.65 | 253.85 | 0.8 | 0.19 |
| Hex | 1C | A | 58 | 44 | 59 | 0 | 41 | FE | 50 | 13 |
| Octal | 34 | 12 | 130 | 104 | 131 | 0 | 101 | 376 | 120 | 23 |
| Binary | 11100 | 1010 | 1011000 | 1000100 | 1011001 | 0 | 1000001 | 11111110 | 1010000 | 10011 |
Color Harmonies of #1C0A58
Complementary color
Monochromatic Colors of #1C0A58
Black with #1C0A58
Text Example
Text Example
White with #1C0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A58; }
p { color: rgb(28,10,88); }
H1.HeaderClassName
{
color: #1C0A58;
}
.AnyTagClassName
{
color: #1C0A58;
}
</style>
background-color css
<style>
a { background-color: #1C0A58; }
a { background-color: rgb(28,10,88); }
div.DivClassName
{
background-color: #1C0A58;
}
.BgClassName
{
background-color: #1C0A58;
}
</style>
border-color css
<style>
span { border-color: #1C0A58; }
span { border-color: rgb(28,10,88); }
td.TdClassName
{
border-color: #1C0A58;
}
.TagClassName
{
border-color: #1C0A58;
}
</style>