Shades of Paua #1D164E
Tints of Paua #1D164E
RGB
CMYK
RGB Variations
Color information
#1D164E (or 0x1D164E) is known color: Paua. HEX triplet: 1D, 16 and 4E. RGB value is (29,22,78). Sum of RGB (Red+Green+Blue) = 29+22+78=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D164E is #E2E9B1. Grayscale: #1E1E1E. Windows color (decimal): -14870962 or 5117469. OLE color: 5117469.
HSL color Cylindrical-coordinate representation of color #1D164E: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D164E is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 22 | 78 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.69 |
| HSL | 247.5º | 0.56% | 0.2% | - |
| HSV(B) | 247.5º | 0.72% | 0.31% | - |
| XYZ | 2.17 | 1.39 | 7.36 | - |
| YUV | 30.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 78 | 0.63 | 0.72 | 0 | 0.69 | 247.5 | 0.56 | 0.2 |
| Hex | 1D | 16 | 4E | 3F | 48 | 0 | 45 | F8 | 38 | 14 |
| Octal | 35 | 26 | 116 | 77 | 110 | 0 | 105 | 370 | 70 | 24 |
| Binary | 11101 | 10110 | 1001110 | 111111 | 1001000 | 0 | 1000101 | 11111000 | 111000 | 10100 |
Color Harmonies of #1D164E
Complementary color
Monochromatic Colors of #1D164E
Black with #1D164E
Text Example
Text Example
White with #1D164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D164E; }
p { color: rgb(29,22,78); }
H1.HeaderClassName
{
color: #1D164E;
}
.AnyTagClassName
{
color: #1D164E;
}
</style>
background-color css
<style>
a { background-color: #1D164E; }
a { background-color: rgb(29,22,78); }
div.DivClassName
{
background-color: #1D164E;
}
.BgClassName
{
background-color: #1D164E;
}
</style>
border-color css
<style>
span { border-color: #1D164E; }
span { border-color: rgb(29,22,78); }
td.TdClassName
{
border-color: #1D164E;
}
.TagClassName
{
border-color: #1D164E;
}
</style>