Shades of Paua #1D1953
Tints of Paua #1D1953
RGB
CMYK
RGB Variations
Color information
#1D1953 (or 0x1D1953) is known color: Paua. HEX triplet: 1D, 19 and 53. RGB value is (29,25,83). Sum of RGB (Red+Green+Blue) = 29+25+83=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D1953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1953 is #E2E6AC. Grayscale: #202020. Windows color (decimal): -14870189 or 5445917. OLE color: 5445917.
HSL color Cylindrical-coordinate representation of color #1D1953: hue angle of 244.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1953 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 25 | 83 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.67 |
| HSL | 244.14º | 0.54% | 0.21% | - |
| HSV(B) | 244.14º | 0.7% | 0.33% | - |
| XYZ | 2.42 | 1.58 | 8.36 | - |
| YUV | 32.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 83 | 0.65 | 0.70 | 0 | 0.67 | 244.14 | 0.54 | 0.21 |
| Hex | 1D | 19 | 53 | 41 | 46 | 0 | 43 | F4 | 36 | 15 |
| Octal | 35 | 31 | 123 | 101 | 106 | 0 | 103 | 364 | 66 | 25 |
| Binary | 11101 | 11001 | 1010011 | 1000001 | 1000110 | 0 | 1000011 | 11110100 | 110110 | 10101 |
Color Harmonies of #1D1953
Complementary color
Monochromatic Colors of #1D1953
Black with #1D1953
Text Example
Text Example
White with #1D1953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1953; }
p { color: rgb(29,25,83); }
H1.HeaderClassName
{
color: #1D1953;
}
.AnyTagClassName
{
color: #1D1953;
}
</style>
background-color css
<style>
a { background-color: #1D1953; }
a { background-color: rgb(29,25,83); }
div.DivClassName
{
background-color: #1D1953;
}
.BgClassName
{
background-color: #1D1953;
}
</style>
border-color css
<style>
span { border-color: #1D1953; }
span { border-color: rgb(29,25,83); }
td.TdClassName
{
border-color: #1D1953;
}
.TagClassName
{
border-color: #1D1953;
}
</style>