Shades of Paua #1D1559
Tints of Paua #1D1559
RGB
CMYK
RGB Variations
Color information
#1D1559 (or 0x1D1559) is known color: Paua. HEX triplet: 1D, 15 and 59. RGB value is (29,21,89). Sum of RGB (Red+Green+Blue) = 29+21+89=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1559 is #E2EAA6. Grayscale: #1E1E1E. Windows color (decimal): -14871207 or 5838109. OLE color: 5838109.
HSL color Cylindrical-coordinate representation of color #1D1559: hue angle of 247.06º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1559 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 21 | 89 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.65 |
| HSL | 247.06º | 0.62% | 0.22% | - |
| HSV(B) | 247.06º | 0.76% | 0.35% | - |
| XYZ | 2.58 | 1.52 | 9.61 | - |
| YUV | 31.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 89 | 0.67 | 0.76 | 0 | 0.65 | 247.06 | 0.62 | 0.22 |
| Hex | 1D | 15 | 59 | 43 | 4C | 0 | 41 | F7 | 3E | 16 |
| Octal | 35 | 25 | 131 | 103 | 114 | 0 | 101 | 367 | 76 | 26 |
| Binary | 11101 | 10101 | 1011001 | 1000011 | 1001100 | 0 | 1000001 | 11110111 | 111110 | 10110 |
Color Harmonies of #1D1559
Complementary color
Monochromatic Colors of #1D1559
Black with #1D1559
Text Example
Text Example
White with #1D1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1559; }
p { color: rgb(29,21,89); }
H1.HeaderClassName
{
color: #1D1559;
}
.AnyTagClassName
{
color: #1D1559;
}
</style>
background-color css
<style>
a { background-color: #1D1559; }
a { background-color: rgb(29,21,89); }
div.DivClassName
{
background-color: #1D1559;
}
.BgClassName
{
background-color: #1D1559;
}
</style>
border-color css
<style>
span { border-color: #1D1559; }
span { border-color: rgb(29,21,89); }
td.TdClassName
{
border-color: #1D1559;
}
.TagClassName
{
border-color: #1D1559;
}
</style>