Shades of Paua #1D1B59
Tints of Paua #1D1B59
RGB
CMYK
RGB Variations
Color information
#1D1B59 (or 0x1D1B59) is known color: Paua. HEX triplet: 1D, 1B and 59. RGB value is (29,27,89). Sum of RGB (Red+Green+Blue) = 29+27+89=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D1B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1B59 is #E2E4A6. Grayscale: #222222. Windows color (decimal): -14869671 or 5839645. OLE color: 5839645.
HSL color Cylindrical-coordinate representation of color #1D1B59: hue angle of 241.94º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1B59 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 27 | 89 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.65 |
| HSL | 241.94º | 0.53% | 0.23% | - |
| HSV(B) | 241.94º | 0.7% | 0.35% | - |
| XYZ | 2.7 | 1.77 | 9.65 | - |
| YUV | 34.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 89 | 0.67 | 0.70 | 0 | 0.65 | 241.94 | 0.53 | 0.23 |
| Hex | 1D | 1B | 59 | 43 | 46 | 0 | 41 | F2 | 35 | 17 |
| Octal | 35 | 33 | 131 | 103 | 106 | 0 | 101 | 362 | 65 | 27 |
| Binary | 11101 | 11011 | 1011001 | 1000011 | 1000110 | 0 | 1000001 | 11110010 | 110101 | 10111 |
Color Harmonies of #1D1B59
Complementary color
Monochromatic Colors of #1D1B59
Black with #1D1B59
Text Example
Text Example
White with #1D1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B59; }
p { color: rgb(29,27,89); }
H1.HeaderClassName
{
color: #1D1B59;
}
.AnyTagClassName
{
color: #1D1B59;
}
</style>
background-color css
<style>
a { background-color: #1D1B59; }
a { background-color: rgb(29,27,89); }
div.DivClassName
{
background-color: #1D1B59;
}
.BgClassName
{
background-color: #1D1B59;
}
</style>
border-color css
<style>
span { border-color: #1D1B59; }
span { border-color: rgb(29,27,89); }
td.TdClassName
{
border-color: #1D1B59;
}
.TagClassName
{
border-color: #1D1B59;
}
</style>