Shades of Paua #1D1A48
Tints of Paua #1D1A48
RGB
CMYK
RGB Variations
Color information
#1D1A48 (or 0x1D1A48) is known color: Paua. HEX triplet: 1D, 1A and 48. RGB value is (29,26,72). Sum of RGB (Red+Green+Blue) = 29+26+72=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A48 is #E2E5B7. Grayscale: #1F1F1F. Windows color (decimal): -14869944 or 4725277. OLE color: 4725277.
HSL color Cylindrical-coordinate representation of color #1D1A48: hue angle of 243.91º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D1A48 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 26 | 72 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.72 |
| HSL | 243.91º | 0.47% | 0.19% | - |
| HSV(B) | 243.91º | 0.64% | 0.28% | - |
| XYZ | 2.05 | 1.47 | 6.31 | - |
| YUV | 32.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 72 | 0.60 | 0.64 | 0 | 0.72 | 243.91 | 0.47 | 0.19 |
| Hex | 1D | 1A | 48 | 3C | 40 | 0 | 48 | F4 | 2F | 13 |
| Octal | 35 | 32 | 110 | 74 | 100 | 0 | 110 | 364 | 57 | 23 |
| Binary | 11101 | 11010 | 1001000 | 111100 | 1000000 | 0 | 1001000 | 11110100 | 101111 | 10011 |
Color Harmonies of #1D1A48
Complementary color
Monochromatic Colors of #1D1A48
Black with #1D1A48
Text Example
Text Example
White with #1D1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A48; }
p { color: rgb(29,26,72); }
H1.HeaderClassName
{
color: #1D1A48;
}
.AnyTagClassName
{
color: #1D1A48;
}
</style>
background-color css
<style>
a { background-color: #1D1A48; }
a { background-color: rgb(29,26,72); }
div.DivClassName
{
background-color: #1D1A48;
}
.BgClassName
{
background-color: #1D1A48;
}
</style>
border-color css
<style>
span { border-color: #1D1A48; }
span { border-color: rgb(29,26,72); }
td.TdClassName
{
border-color: #1D1A48;
}
.TagClassName
{
border-color: #1D1A48;
}
</style>