Shades of Paua #1D1F54
Tints of Paua #1D1F54
RGB
CMYK
RGB Variations
Color information
#1D1F54 (or 0x1D1F54) is known color: Paua. HEX triplet: 1D, 1F and 54. RGB value is (29,31,84). Sum of RGB (Red+Green+Blue) = 29+31+84=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D1F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F54 is #E2E0AB. Grayscale: #242424. Windows color (decimal): -14868652 or 5512989. OLE color: 5512989.
HSL color Cylindrical-coordinate representation of color #1D1F54: hue angle of 237.82º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1F54 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 31 | 84 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.67 |
| HSL | 237.82º | 0.49% | 0.22% | - |
| HSV(B) | 237.82º | 0.65% | 0.33% | - |
| XYZ | 2.6 | 1.88 | 8.61 | - |
| YUV | 36.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 84 | 0.65 | 0.63 | 0 | 0.67 | 237.82 | 0.49 | 0.22 |
| Hex | 1D | 1F | 54 | 41 | 3F | 0 | 43 | EE | 31 | 16 |
| Octal | 35 | 37 | 124 | 101 | 77 | 0 | 103 | 356 | 61 | 26 |
| Binary | 11101 | 11111 | 1010100 | 1000001 | 111111 | 0 | 1000011 | 11101110 | 110001 | 10110 |
Color Harmonies of #1D1F54
Complementary color
Monochromatic Colors of #1D1F54
Black with #1D1F54
Text Example
Text Example
White with #1D1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F54; }
p { color: rgb(29,31,84); }
H1.HeaderClassName
{
color: #1D1F54;
}
.AnyTagClassName
{
color: #1D1F54;
}
</style>
background-color css
<style>
a { background-color: #1D1F54; }
a { background-color: rgb(29,31,84); }
div.DivClassName
{
background-color: #1D1F54;
}
.BgClassName
{
background-color: #1D1F54;
}
</style>
border-color css
<style>
span { border-color: #1D1F54; }
span { border-color: rgb(29,31,84); }
td.TdClassName
{
border-color: #1D1F54;
}
.TagClassName
{
border-color: #1D1F54;
}
</style>