Shades of Paua #1D194D
Tints of Paua #1D194D
RGB
CMYK
RGB Variations
Color information
#1D194D (or 0x1D194D) is known color: Paua. HEX triplet: 1D, 19 and 4D. RGB value is (29,25,77). Sum of RGB (Red+Green+Blue) = 29+25+77=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D194D is #E2E6B2. Grayscale: #1F1F1F. Windows color (decimal): -14870195 or 5052701. OLE color: 5052701.
HSL color Cylindrical-coordinate representation of color #1D194D: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D194D is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 25 | 77 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.70 |
| HSL | 244.62º | 0.51% | 0.2% | - |
| HSV(B) | 244.62º | 0.68% | 0.3% | - |
| XYZ | 2.19 | 1.49 | 7.19 | - |
| YUV | 32.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 77 | 0.62 | 0.68 | 0 | 0.70 | 244.62 | 0.51 | 0.2 |
| Hex | 1D | 19 | 4D | 3E | 44 | 0 | 46 | F5 | 33 | 14 |
| Octal | 35 | 31 | 115 | 76 | 104 | 0 | 106 | 365 | 63 | 24 |
| Binary | 11101 | 11001 | 1001101 | 111110 | 1000100 | 0 | 1000110 | 11110101 | 110011 | 10100 |
Color Harmonies of #1D194D
Complementary color
Monochromatic Colors of #1D194D
Black with #1D194D
Text Example
Text Example
White with #1D194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D194D; }
p { color: rgb(29,25,77); }
H1.HeaderClassName
{
color: #1D194D;
}
.AnyTagClassName
{
color: #1D194D;
}
</style>
background-color css
<style>
a { background-color: #1D194D; }
a { background-color: rgb(29,25,77); }
div.DivClassName
{
background-color: #1D194D;
}
.BgClassName
{
background-color: #1D194D;
}
</style>
border-color css
<style>
span { border-color: #1D194D; }
span { border-color: rgb(29,25,77); }
td.TdClassName
{
border-color: #1D194D;
}
.TagClassName
{
border-color: #1D194D;
}
</style>