Shades of Paua #1D1F58
Tints of Paua #1D1F58
RGB
CMYK
RGB Variations
Color information
#1D1F58 (or 0x1D1F58) is known color: Paua. HEX triplet: 1D, 1F and 58. RGB value is (29,31,88). Sum of RGB (Red+Green+Blue) = 29+31+88=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D1F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F58 is #E2E0A7. Grayscale: #242424. Windows color (decimal): -14868648 or 5775133. OLE color: 5775133.
HSL color Cylindrical-coordinate representation of color #1D1F58: hue angle of 237.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D1F58 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 31 | 88 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.65 |
| HSL | 237.97º | 0.5% | 0.23% | - |
| HSV(B) | 237.97º | 0.67% | 0.35% | - |
| XYZ | 2.76 | 1.95 | 9.46 | - |
| YUV | 36.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 88 | 0.67 | 0.65 | 0 | 0.65 | 237.97 | 0.5 | 0.23 |
| Hex | 1D | 1F | 58 | 43 | 41 | 0 | 41 | EE | 32 | 17 |
| Octal | 35 | 37 | 130 | 103 | 101 | 0 | 101 | 356 | 62 | 27 |
| Binary | 11101 | 11111 | 1011000 | 1000011 | 1000001 | 0 | 1000001 | 11101110 | 110010 | 10111 |
Color Harmonies of #1D1F58
Complementary color
Monochromatic Colors of #1D1F58
Black with #1D1F58
Text Example
Text Example
White with #1D1F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F58; }
p { color: rgb(29,31,88); }
H1.HeaderClassName
{
color: #1D1F58;
}
.AnyTagClassName
{
color: #1D1F58;
}
</style>
background-color css
<style>
a { background-color: #1D1F58; }
a { background-color: rgb(29,31,88); }
div.DivClassName
{
background-color: #1D1F58;
}
.BgClassName
{
background-color: #1D1F58;
}
</style>
border-color css
<style>
span { border-color: #1D1F58; }
span { border-color: rgb(29,31,88); }
td.TdClassName
{
border-color: #1D1F58;
}
.TagClassName
{
border-color: #1D1F58;
}
</style>