Shades of Paua #1D194B
Tints of Paua #1D194B
RGB
CMYK
RGB Variations
Color information
#1D194B (or 0x1D194B) is known color: Paua. HEX triplet: 1D, 19 and 4B. RGB value is (29,25,75). Sum of RGB (Red+Green+Blue) = 29+25+75=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D194B is #E2E6B4. Grayscale: #1F1F1F. Windows color (decimal): -14870197 or 4921629. OLE color: 4921629.
HSL color Cylindrical-coordinate representation of color #1D194B: hue angle of 244.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D194B is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 25 | 75 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.71 |
| HSL | 244.8º | 0.5% | 0.2% | - |
| HSV(B) | 244.8º | 0.67% | 0.29% | - |
| XYZ | 2.12 | 1.46 | 6.83 | - |
| YUV | 31.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 75 | 0.61 | 0.67 | 0 | 0.71 | 244.8 | 0.5 | 0.2 |
| Hex | 1D | 19 | 4B | 3D | 43 | 0 | 47 | F5 | 32 | 14 |
| Octal | 35 | 31 | 113 | 75 | 103 | 0 | 107 | 365 | 62 | 24 |
| Binary | 11101 | 11001 | 1001011 | 111101 | 1000011 | 0 | 1000111 | 11110101 | 110010 | 10100 |
Color Harmonies of #1D194B
Complementary color
Monochromatic Colors of #1D194B
Black with #1D194B
Text Example
Text Example
White with #1D194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D194B; }
p { color: rgb(29,25,75); }
H1.HeaderClassName
{
color: #1D194B;
}
.AnyTagClassName
{
color: #1D194B;
}
</style>
background-color css
<style>
a { background-color: #1D194B; }
a { background-color: rgb(29,25,75); }
div.DivClassName
{
background-color: #1D194B;
}
.BgClassName
{
background-color: #1D194B;
}
</style>
border-color css
<style>
span { border-color: #1D194B; }
span { border-color: rgb(29,25,75); }
td.TdClassName
{
border-color: #1D194B;
}
.TagClassName
{
border-color: #1D194B;
}
</style>