Shades of Paua #1D1455
Tints of Paua #1D1455
RGB
CMYK
RGB Variations
Color information
#1D1455 (or 0x1D1455) is known color: Paua. HEX triplet: 1D, 14 and 55. RGB value is (29,20,85). Sum of RGB (Red+Green+Blue) = 29+20+85=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1455 is #E2EBAA. Grayscale: #1D1D1D. Windows color (decimal): -14871467 or 5575709. OLE color: 5575709.
HSL color Cylindrical-coordinate representation of color #1D1455: hue angle of 248.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1455 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 20 | 85 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.67 |
| HSL | 248.31º | 0.62% | 0.21% | - |
| HSV(B) | 248.31º | 0.76% | 0.33% | - |
| XYZ | 2.4 | 1.42 | 8.74 | - |
| YUV | 30.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 85 | 0.66 | 0.76 | 0 | 0.67 | 248.31 | 0.62 | 0.21 |
| Hex | 1D | 14 | 55 | 42 | 4C | 0 | 43 | F8 | 3E | 15 |
| Octal | 35 | 24 | 125 | 102 | 114 | 0 | 103 | 370 | 76 | 25 |
| Binary | 11101 | 10100 | 1010101 | 1000010 | 1001100 | 0 | 1000011 | 11111000 | 111110 | 10101 |
Color Harmonies of #1D1455
Complementary color
Monochromatic Colors of #1D1455
Black with #1D1455
Text Example
Text Example
White with #1D1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1455; }
p { color: rgb(29,20,85); }
H1.HeaderClassName
{
color: #1D1455;
}
.AnyTagClassName
{
color: #1D1455;
}
</style>
background-color css
<style>
a { background-color: #1D1455; }
a { background-color: rgb(29,20,85); }
div.DivClassName
{
background-color: #1D1455;
}
.BgClassName
{
background-color: #1D1455;
}
</style>
border-color css
<style>
span { border-color: #1D1455; }
span { border-color: rgb(29,20,85); }
td.TdClassName
{
border-color: #1D1455;
}
.TagClassName
{
border-color: #1D1455;
}
</style>