Shades of Paua #1D124D
Tints of Paua #1D124D
RGB
CMYK
RGB Variations
Color information
#1D124D (or 0x1D124D) is known color: Paua. HEX triplet: 1D, 12 and 4D. RGB value is (29,18,77). Sum of RGB (Red+Green+Blue) = 29+18+77=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D124D is #E2EDB2. Grayscale: #1B1B1B. Windows color (decimal): -14871987 or 5050909. OLE color: 5050909.
HSL color Cylindrical-coordinate representation of color #1D124D: hue angle of 251.19º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D124D is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 18 | 77 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.70 |
| HSL | 251.19º | 0.62% | 0.19% | - |
| HSV(B) | 251.19º | 0.77% | 0.3% | - |
| XYZ | 2.06 | 1.23 | 7.15 | - |
| YUV | 28.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 77 | 0.62 | 0.77 | 0 | 0.70 | 251.19 | 0.62 | 0.19 |
| Hex | 1D | 12 | 4D | 3E | 4D | 0 | 46 | FB | 3E | 13 |
| Octal | 35 | 22 | 115 | 76 | 115 | 0 | 106 | 373 | 76 | 23 |
| Binary | 11101 | 10010 | 1001101 | 111110 | 1001101 | 0 | 1000110 | 11111011 | 111110 | 10011 |
Color Harmonies of #1D124D
Complementary color
Monochromatic Colors of #1D124D
Black with #1D124D
Text Example
Text Example
White with #1D124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D124D; }
p { color: rgb(29,18,77); }
H1.HeaderClassName
{
color: #1D124D;
}
.AnyTagClassName
{
color: #1D124D;
}
</style>
background-color css
<style>
a { background-color: #1D124D; }
a { background-color: rgb(29,18,77); }
div.DivClassName
{
background-color: #1D124D;
}
.BgClassName
{
background-color: #1D124D;
}
</style>
border-color css
<style>
span { border-color: #1D124D; }
span { border-color: rgb(29,18,77); }
td.TdClassName
{
border-color: #1D124D;
}
.TagClassName
{
border-color: #1D124D;
}
</style>