Shades of Paua #1D144F
Tints of Paua #1D144F
RGB
CMYK
RGB Variations
Color information
#1D144F (or 0x1D144F) is known color: Paua. HEX triplet: 1D, 14 and 4F. RGB value is (29,20,79). Sum of RGB (Red+Green+Blue) = 29+20+79=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D144F is #E2EBB0. Grayscale: #1D1D1D. Windows color (decimal): -14871473 or 5182493. OLE color: 5182493.
HSL color Cylindrical-coordinate representation of color #1D144F: hue angle of 249.15º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D144F is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 20 | 79 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.69 |
| HSL | 249.15º | 0.6% | 0.19% | - |
| HSV(B) | 249.15º | 0.75% | 0.31% | - |
| XYZ | 2.17 | 1.33 | 7.54 | - |
| YUV | 29.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 79 | 0.63 | 0.75 | 0 | 0.69 | 249.15 | 0.6 | 0.19 |
| Hex | 1D | 14 | 4F | 3F | 4B | 0 | 45 | F9 | 3C | 13 |
| Octal | 35 | 24 | 117 | 77 | 113 | 0 | 105 | 371 | 74 | 23 |
| Binary | 11101 | 10100 | 1001111 | 111111 | 1001011 | 0 | 1000101 | 11111001 | 111100 | 10011 |
Color Harmonies of #1D144F
Complementary color
Monochromatic Colors of #1D144F
Black with #1D144F
Text Example
Text Example
White with #1D144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D144F; }
p { color: rgb(29,20,79); }
H1.HeaderClassName
{
color: #1D144F;
}
.AnyTagClassName
{
color: #1D144F;
}
</style>
background-color css
<style>
a { background-color: #1D144F; }
a { background-color: rgb(29,20,79); }
div.DivClassName
{
background-color: #1D144F;
}
.BgClassName
{
background-color: #1D144F;
}
</style>
border-color css
<style>
span { border-color: #1D144F; }
span { border-color: rgb(29,20,79); }
td.TdClassName
{
border-color: #1D144F;
}
.TagClassName
{
border-color: #1D144F;
}
</style>