Shades of Paua #1D184D
Tints of Paua #1D184D
RGB
CMYK
RGB Variations
Color information
#1D184D (or 0x1D184D) is known color: Paua. HEX triplet: 1D, 18 and 4D. RGB value is (29,24,77). Sum of RGB (Red+Green+Blue) = 29+24+77=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D184D is #E2E7B2. Grayscale: #1F1F1F. Windows color (decimal): -14870451 or 5052445. OLE color: 5052445.
HSL color Cylindrical-coordinate representation of color #1D184D: hue angle of 245.66º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D184D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 24 | 77 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.70 |
| HSL | 245.66º | 0.52% | 0.2% | - |
| HSV(B) | 245.66º | 0.69% | 0.3% | - |
| XYZ | 2.17 | 1.45 | 7.19 | - |
| YUV | 31.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 77 | 0.62 | 0.69 | 0 | 0.70 | 245.66 | 0.52 | 0.2 |
| Hex | 1D | 18 | 4D | 3E | 45 | 0 | 46 | F6 | 34 | 14 |
| Octal | 35 | 30 | 115 | 76 | 105 | 0 | 106 | 366 | 64 | 24 |
| Binary | 11101 | 11000 | 1001101 | 111110 | 1000101 | 0 | 1000110 | 11110110 | 110100 | 10100 |
Color Harmonies of #1D184D
Complementary color
Monochromatic Colors of #1D184D
Black with #1D184D
Text Example
Text Example
White with #1D184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D184D; }
p { color: rgb(29,24,77); }
H1.HeaderClassName
{
color: #1D184D;
}
.AnyTagClassName
{
color: #1D184D;
}
</style>
background-color css
<style>
a { background-color: #1D184D; }
a { background-color: rgb(29,24,77); }
div.DivClassName
{
background-color: #1D184D;
}
.BgClassName
{
background-color: #1D184D;
}
</style>
border-color css
<style>
span { border-color: #1D184D; }
span { border-color: rgb(29,24,77); }
td.TdClassName
{
border-color: #1D184D;
}
.TagClassName
{
border-color: #1D184D;
}
</style>