Shades of Paua #1D164C
Tints of Paua #1D164C
RGB
CMYK
RGB Variations
Color information
#1D164C (or 0x1D164C) is known color: Paua. HEX triplet: 1D, 16 and 4C. RGB value is (29,22,76). Sum of RGB (Red+Green+Blue) = 29+22+76=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D164C is #E2E9B3. Grayscale: #1E1E1E. Windows color (decimal): -14870964 or 4986397. OLE color: 4986397.
HSL color Cylindrical-coordinate representation of color #1D164C: hue angle of 247.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D164C is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 22 | 76 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.70 |
| HSL | 247.78º | 0.55% | 0.19% | - |
| HSV(B) | 247.78º | 0.71% | 0.3% | - |
| XYZ | 2.1 | 1.36 | 6.99 | - |
| YUV | 30.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 76 | 0.62 | 0.71 | 0 | 0.70 | 247.78 | 0.55 | 0.19 |
| Hex | 1D | 16 | 4C | 3E | 47 | 0 | 46 | F8 | 37 | 13 |
| Octal | 35 | 26 | 114 | 76 | 107 | 0 | 106 | 370 | 67 | 23 |
| Binary | 11101 | 10110 | 1001100 | 111110 | 1000111 | 0 | 1000110 | 11111000 | 110111 | 10011 |
Color Harmonies of #1D164C
Complementary color
Monochromatic Colors of #1D164C
Black with #1D164C
Text Example
Text Example
White with #1D164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D164C; }
p { color: rgb(29,22,76); }
H1.HeaderClassName
{
color: #1D164C;
}
.AnyTagClassName
{
color: #1D164C;
}
</style>
background-color css
<style>
a { background-color: #1D164C; }
a { background-color: rgb(29,22,76); }
div.DivClassName
{
background-color: #1D164C;
}
.BgClassName
{
background-color: #1D164C;
}
</style>
border-color css
<style>
span { border-color: #1D164C; }
span { border-color: rgb(29,22,76); }
td.TdClassName
{
border-color: #1D164C;
}
.TagClassName
{
border-color: #1D164C;
}
</style>