Shades of Paua #1D1942
Tints of Paua #1D1942
RGB
CMYK
RGB Variations
Color information
#1D1942 (or 0x1D1942) is known color: Paua. HEX triplet: 1D, 19 and 42. RGB value is (29,25,66). Sum of RGB (Red+Green+Blue) = 29+25+66=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #1D1942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1942 is #E2E6BD. Grayscale: #1E1E1E. Windows color (decimal): -14870206 or 4331805. OLE color: 4331805.
HSL color Cylindrical-coordinate representation of color #1D1942: hue angle of 245.85º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D1942 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 25 | 66 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.74 |
| HSL | 245.85º | 0.45% | 0.18% | - |
| HSV(B) | 245.85º | 0.62% | 0.26% | - |
| XYZ | 1.84 | 1.35 | 5.32 | - |
| YUV | 30.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 66 | 0.56 | 0.62 | 0 | 0.74 | 245.85 | 0.45 | 0.18 |
| Hex | 1D | 19 | 42 | 38 | 3E | 0 | 4A | F6 | 2D | 12 |
| Octal | 35 | 31 | 102 | 70 | 76 | 0 | 112 | 366 | 55 | 22 |
| Binary | 11101 | 11001 | 1000010 | 111000 | 111110 | 0 | 1001010 | 11110110 | 101101 | 10010 |
Color Harmonies of #1D1942
Complementary color
Monochromatic Colors of #1D1942
Black with #1D1942
Text Example
Text Example
White with #1D1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1942; }
p { color: rgb(29,25,66); }
H1.HeaderClassName
{
color: #1D1942;
}
.AnyTagClassName
{
color: #1D1942;
}
</style>
background-color css
<style>
a { background-color: #1D1942; }
a { background-color: rgb(29,25,66); }
div.DivClassName
{
background-color: #1D1942;
}
.BgClassName
{
background-color: #1D1942;
}
</style>
border-color css
<style>
span { border-color: #1D1942; }
span { border-color: rgb(29,25,66); }
td.TdClassName
{
border-color: #1D1942;
}
.TagClassName
{
border-color: #1D1942;
}
</style>