Shades of Paua #1D1053
Tints of Paua #1D1053
RGB
CMYK
RGB Variations
Color information
#1D1053 (or 0x1D1053) is known color: Paua. HEX triplet: 1D, 10 and 53. RGB value is (29,16,83). Sum of RGB (Red+Green+Blue) = 29+16+83=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1053 is #E2EFAC. Grayscale: #1B1B1B. Windows color (decimal): -14872493 or 5443613. OLE color: 5443613.
HSL color Cylindrical-coordinate representation of color #1D1053: hue angle of 251.64º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1053 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 16 | 83 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.67 |
| HSL | 251.64º | 0.68% | 0.19% | - |
| HSV(B) | 251.64º | 0.81% | 0.33% | - |
| XYZ | 2.25 | 1.26 | 8.31 | - |
| YUV | 27.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 83 | 0.65 | 0.81 | 0 | 0.67 | 251.64 | 0.68 | 0.19 |
| Hex | 1D | 10 | 53 | 41 | 51 | 0 | 43 | FC | 44 | 13 |
| Octal | 35 | 20 | 123 | 101 | 121 | 0 | 103 | 374 | 104 | 23 |
| Binary | 11101 | 10000 | 1010011 | 1000001 | 1010001 | 0 | 1000011 | 11111100 | 1000100 | 10011 |
Color Harmonies of #1D1053
Complementary color
Monochromatic Colors of #1D1053
Black with #1D1053
Text Example
Text Example
White with #1D1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1053; }
p { color: rgb(29,16,83); }
H1.HeaderClassName
{
color: #1D1053;
}
.AnyTagClassName
{
color: #1D1053;
}
</style>
background-color css
<style>
a { background-color: #1D1053; }
a { background-color: rgb(29,16,83); }
div.DivClassName
{
background-color: #1D1053;
}
.BgClassName
{
background-color: #1D1053;
}
</style>
border-color css
<style>
span { border-color: #1D1053; }
span { border-color: rgb(29,16,83); }
td.TdClassName
{
border-color: #1D1053;
}
.TagClassName
{
border-color: #1D1053;
}
</style>