Shades of Paua #1D193F
Tints of Paua #1D193F
RGB
CMYK
RGB Variations
Color information
#1D193F (or 0x1D193F) is known color: Paua. HEX triplet: 1D, 19 and 3F. RGB value is (29,25,63). Sum of RGB (Red+Green+Blue) = 29+25+63=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D193F is #E2E6C0. Grayscale: #1E1E1E. Windows color (decimal): -14870209 or 4135197. OLE color: 4135197.
HSL color Cylindrical-coordinate representation of color #1D193F: hue angle of 246.32º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D193F is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 25 | 63 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.75 |
| HSL | 246.32º | 0.43% | 0.17% | - |
| HSV(B) | 246.32º | 0.6% | 0.25% | - |
| XYZ | 1.75 | 1.32 | 4.86 | - |
| YUV | 30.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 63 | 0.54 | 0.60 | 0 | 0.75 | 246.32 | 0.43 | 0.17 |
| Hex | 1D | 19 | 3F | 36 | 3C | 0 | 4B | F6 | 2B | 11 |
| Octal | 35 | 31 | 77 | 66 | 74 | 0 | 113 | 366 | 53 | 21 |
| Binary | 11101 | 11001 | 111111 | 110110 | 111100 | 0 | 1001011 | 11110110 | 101011 | 10001 |
Color Harmonies of #1D193F
Complementary color
Monochromatic Colors of #1D193F
Black with #1D193F
Text Example
Text Example
White with #1D193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D193F; }
p { color: rgb(29,25,63); }
H1.HeaderClassName
{
color: #1D193F;
}
.AnyTagClassName
{
color: #1D193F;
}
</style>
background-color css
<style>
a { background-color: #1D193F; }
a { background-color: rgb(29,25,63); }
div.DivClassName
{
background-color: #1D193F;
}
.BgClassName
{
background-color: #1D193F;
}
</style>
border-color css
<style>
span { border-color: #1D193F; }
span { border-color: rgb(29,25,63); }
td.TdClassName
{
border-color: #1D193F;
}
.TagClassName
{
border-color: #1D193F;
}
</style>