Shades of Paua #1D1A57
Tints of Paua #1D1A57
RGB
CMYK
RGB Variations
Color information
#1D1A57 (or 0x1D1A57) is known color: Paua. HEX triplet: 1D, 1A and 57. RGB value is (29,26,87). Sum of RGB (Red+Green+Blue) = 29+26+87=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A57 is #E2E5A8. Grayscale: #212121. Windows color (decimal): -14869929 or 5708317. OLE color: 5708317.
HSL color Cylindrical-coordinate representation of color #1D1A57: hue angle of 242.95º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1A57 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 26 | 87 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.66 |
| HSL | 242.95º | 0.54% | 0.22% | - |
| HSV(B) | 242.95º | 0.7% | 0.34% | - |
| XYZ | 2.6 | 1.69 | 9.21 | - |
| YUV | 33.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 87 | 0.67 | 0.70 | 0 | 0.66 | 242.95 | 0.54 | 0.22 |
| Hex | 1D | 1A | 57 | 43 | 46 | 0 | 42 | F3 | 36 | 16 |
| Octal | 35 | 32 | 127 | 103 | 106 | 0 | 102 | 363 | 66 | 26 |
| Binary | 11101 | 11010 | 1010111 | 1000011 | 1000110 | 0 | 1000010 | 11110011 | 110110 | 10110 |
Color Harmonies of #1D1A57
Complementary color
Monochromatic Colors of #1D1A57
Black with #1D1A57
Text Example
Text Example
White with #1D1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A57; }
p { color: rgb(29,26,87); }
H1.HeaderClassName
{
color: #1D1A57;
}
.AnyTagClassName
{
color: #1D1A57;
}
</style>
background-color css
<style>
a { background-color: #1D1A57; }
a { background-color: rgb(29,26,87); }
div.DivClassName
{
background-color: #1D1A57;
}
.BgClassName
{
background-color: #1D1A57;
}
</style>
border-color css
<style>
span { border-color: #1D1A57; }
span { border-color: rgb(29,26,87); }
td.TdClassName
{
border-color: #1D1A57;
}
.TagClassName
{
border-color: #1D1A57;
}
</style>