Shades of Paua #1D0958
Tints of Paua #1D0958
RGB
CMYK
RGB Variations
Color information
#1D0958 (or 0x1D0958) is known color: Paua. HEX triplet: 1D, 09 and 58. RGB value is (29,9,88). Sum of RGB (Red+Green+Blue) = 29+9+88=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 9 (3.91% from 255 or 7.14% 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 #1D0958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0958 is #E2F6A7. Grayscale: #171717. Windows color (decimal): -14874280 or 5769501. OLE color: 5769501.
HSL color Cylindrical-coordinate representation of color #1D0958: hue angle of 255.19º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0958 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 9 | 88 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.65 |
| HSL | 255.19º | 0.81% | 0.19% | - |
| HSV(B) | 255.19º | 0.9% | 0.35% | - |
| XYZ | 2.37 | 1.16 | 9.33 | - |
| YUV | 23.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 88 | 0.67 | 0.90 | 0 | 0.65 | 255.19 | 0.81 | 0.19 |
| Hex | 1D | 9 | 58 | 43 | 5A | 0 | 41 | FF | 51 | 13 |
| Octal | 35 | 11 | 130 | 103 | 132 | 0 | 101 | 377 | 121 | 23 |
| Binary | 11101 | 1001 | 1011000 | 1000011 | 1011010 | 0 | 1000001 | 11111111 | 1010001 | 10011 |
Color Harmonies of #1D0958
Complementary color
Monochromatic Colors of #1D0958
Black with #1D0958
Text Example
Text Example
White with #1D0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0958; }
p { color: rgb(29,9,88); }
H1.HeaderClassName
{
color: #1D0958;
}
.AnyTagClassName
{
color: #1D0958;
}
</style>
background-color css
<style>
a { background-color: #1D0958; }
a { background-color: rgb(29,9,88); }
div.DivClassName
{
background-color: #1D0958;
}
.BgClassName
{
background-color: #1D0958;
}
</style>
border-color css
<style>
span { border-color: #1D0958; }
span { border-color: rgb(29,9,88); }
td.TdClassName
{
border-color: #1D0958;
}
.TagClassName
{
border-color: #1D0958;
}
</style>