Shades of Paua #1D1948
Tints of Paua #1D1948
RGB
CMYK
RGB Variations
Color information
#1D1948 (or 0x1D1948) is known color: Paua. HEX triplet: 1D, 19 and 48. RGB value is (29,25,72). Sum of RGB (Red+Green+Blue) = 29+25+72=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1948 is #E2E6B7. Grayscale: #1F1F1F. Windows color (decimal): -14870200 or 4725021. OLE color: 4725021.
HSL color Cylindrical-coordinate representation of color #1D1948: hue angle of 245.11º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1948 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 25 | 72 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.72 |
| HSL | 245.11º | 0.48% | 0.19% | - |
| HSV(B) | 245.11º | 0.65% | 0.28% | - |
| XYZ | 2.02 | 1.42 | 6.3 | - |
| YUV | 31.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 72 | 0.60 | 0.65 | 0 | 0.72 | 245.11 | 0.48 | 0.19 |
| Hex | 1D | 19 | 48 | 3C | 41 | 0 | 48 | F5 | 30 | 13 |
| Octal | 35 | 31 | 110 | 74 | 101 | 0 | 110 | 365 | 60 | 23 |
| Binary | 11101 | 11001 | 1001000 | 111100 | 1000001 | 0 | 1001000 | 11110101 | 110000 | 10011 |
Color Harmonies of #1D1948
Complementary color
Monochromatic Colors of #1D1948
Black with #1D1948
Text Example
Text Example
White with #1D1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1948; }
p { color: rgb(29,25,72); }
H1.HeaderClassName
{
color: #1D1948;
}
.AnyTagClassName
{
color: #1D1948;
}
</style>
background-color css
<style>
a { background-color: #1D1948; }
a { background-color: rgb(29,25,72); }
div.DivClassName
{
background-color: #1D1948;
}
.BgClassName
{
background-color: #1D1948;
}
</style>
border-color css
<style>
span { border-color: #1D1948; }
span { border-color: rgb(29,25,72); }
td.TdClassName
{
border-color: #1D1948;
}
.TagClassName
{
border-color: #1D1948;
}
</style>