Shades of Paua #1D144D
Tints of Paua #1D144D
RGB
CMYK
RGB Variations
Color information
#1D144D (or 0x1D144D) is known color: Paua. HEX triplet: 1D, 14 and 4D. RGB value is (29,20,77). Sum of RGB (Red+Green+Blue) = 29+20+77=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D144D is #E2EBB2. Grayscale: #1C1C1C. Windows color (decimal): -14871475 or 5051421. OLE color: 5051421.
HSL color Cylindrical-coordinate representation of color #1D144D: hue angle of 249.47º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D144D is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 20 | 77 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.70 |
| HSL | 249.47º | 0.59% | 0.19% | - |
| HSV(B) | 249.47º | 0.74% | 0.3% | - |
| XYZ | 2.1 | 1.3 | 7.16 | - |
| YUV | 29.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 77 | 0.62 | 0.74 | 0 | 0.70 | 249.47 | 0.59 | 0.19 |
| Hex | 1D | 14 | 4D | 3E | 4A | 0 | 46 | F9 | 3B | 13 |
| Octal | 35 | 24 | 115 | 76 | 112 | 0 | 106 | 371 | 73 | 23 |
| Binary | 11101 | 10100 | 1001101 | 111110 | 1001010 | 0 | 1000110 | 11111001 | 111011 | 10011 |
Color Harmonies of #1D144D
Complementary color
Monochromatic Colors of #1D144D
Black with #1D144D
Text Example
Text Example
White with #1D144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D144D; }
p { color: rgb(29,20,77); }
H1.HeaderClassName
{
color: #1D144D;
}
.AnyTagClassName
{
color: #1D144D;
}
</style>
background-color css
<style>
a { background-color: #1D144D; }
a { background-color: rgb(29,20,77); }
div.DivClassName
{
background-color: #1D144D;
}
.BgClassName
{
background-color: #1D144D;
}
</style>
border-color css
<style>
span { border-color: #1D144D; }
span { border-color: rgb(29,20,77); }
td.TdClassName
{
border-color: #1D144D;
}
.TagClassName
{
border-color: #1D144D;
}
</style>