Shades of Paua #1D1944
Tints of Paua #1D1944
RGB
CMYK
RGB Variations
Color information
#1D1944 (or 0x1D1944) is known color: Paua. HEX triplet: 1D, 19 and 44. RGB value is (29,25,68). Sum of RGB (Red+Green+Blue) = 29+25+68=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #1D1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1944 is #E2E6BB. Grayscale: #1E1E1E. Windows color (decimal): -14870204 or 4462877. OLE color: 4462877.
HSL color Cylindrical-coordinate representation of color #1D1944: hue angle of 245.58º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D1944 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 25 | 68 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.73 |
| HSL | 245.58º | 0.46% | 0.18% | - |
| HSV(B) | 245.58º | 0.63% | 0.27% | - |
| XYZ | 1.9 | 1.37 | 5.63 | - |
| YUV | 31.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 68 | 0.57 | 0.63 | 0 | 0.73 | 245.58 | 0.46 | 0.18 |
| Hex | 1D | 19 | 44 | 39 | 3F | 0 | 49 | F6 | 2E | 12 |
| Octal | 35 | 31 | 104 | 71 | 77 | 0 | 111 | 366 | 56 | 22 |
| Binary | 11101 | 11001 | 1000100 | 111001 | 111111 | 0 | 1001001 | 11110110 | 101110 | 10010 |
Color Harmonies of #1D1944
Complementary color
Monochromatic Colors of #1D1944
Black with #1D1944
Text Example
Text Example
White with #1D1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1944; }
p { color: rgb(29,25,68); }
H1.HeaderClassName
{
color: #1D1944;
}
.AnyTagClassName
{
color: #1D1944;
}
</style>
background-color css
<style>
a { background-color: #1D1944; }
a { background-color: rgb(29,25,68); }
div.DivClassName
{
background-color: #1D1944;
}
.BgClassName
{
background-color: #1D1944;
}
</style>
border-color css
<style>
span { border-color: #1D1944; }
span { border-color: rgb(29,25,68); }
td.TdClassName
{
border-color: #1D1944;
}
.TagClassName
{
border-color: #1D1944;
}
</style>