Shades of Paua #1D144E
Tints of Paua #1D144E
RGB
CMYK
RGB Variations
Color information
#1D144E (or 0x1D144E) is known color: Paua. HEX triplet: 1D, 14 and 4E. RGB value is (29,20,78). Sum of RGB (Red+Green+Blue) = 29+20+78=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D144E is #E2EBB1. Grayscale: #1D1D1D. Windows color (decimal): -14871474 or 5116957. OLE color: 5116957.
HSL color Cylindrical-coordinate representation of color #1D144E: hue angle of 249.31º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D144E is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 20 | 78 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.69 |
| HSL | 249.31º | 0.59% | 0.19% | - |
| HSV(B) | 249.31º | 0.74% | 0.31% | - |
| XYZ | 2.13 | 1.31 | 7.35 | - |
| YUV | 29.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 78 | 0.63 | 0.74 | 0 | 0.69 | 249.31 | 0.59 | 0.19 |
| Hex | 1D | 14 | 4E | 3F | 4A | 0 | 45 | F9 | 3B | 13 |
| Octal | 35 | 24 | 116 | 77 | 112 | 0 | 105 | 371 | 73 | 23 |
| Binary | 11101 | 10100 | 1001110 | 111111 | 1001010 | 0 | 1000101 | 11111001 | 111011 | 10011 |
Color Harmonies of #1D144E
Complementary color
Monochromatic Colors of #1D144E
Black with #1D144E
Text Example
Text Example
White with #1D144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D144E; }
p { color: rgb(29,20,78); }
H1.HeaderClassName
{
color: #1D144E;
}
.AnyTagClassName
{
color: #1D144E;
}
</style>
background-color css
<style>
a { background-color: #1D144E; }
a { background-color: rgb(29,20,78); }
div.DivClassName
{
background-color: #1D144E;
}
.BgClassName
{
background-color: #1D144E;
}
</style>
border-color css
<style>
span { border-color: #1D144E; }
span { border-color: rgb(29,20,78); }
td.TdClassName
{
border-color: #1D144E;
}
.TagClassName
{
border-color: #1D144E;
}
</style>