Shades of Paua #1D1A4C
Tints of Paua #1D1A4C
RGB
CMYK
RGB Variations
Color information
#1D1A4C (or 0x1D1A4C) is known color: Paua. HEX triplet: 1D, 1A and 4C. RGB value is (29,26,76). Sum of RGB (Red+Green+Blue) = 29+26+76=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D1A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A4C is #E2E5B3. Grayscale: #202020. Windows color (decimal): -14869940 or 4987421. OLE color: 4987421.
HSL color Cylindrical-coordinate representation of color #1D1A4C: hue angle of 243.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D1A4C is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 26 | 76 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.70 |
| HSL | 243.6º | 0.49% | 0.2% | - |
| HSV(B) | 243.6º | 0.66% | 0.3% | - |
| XYZ | 2.18 | 1.52 | 7.02 | - |
| YUV | 32.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 76 | 0.62 | 0.66 | 0 | 0.70 | 243.6 | 0.49 | 0.2 |
| Hex | 1D | 1A | 4C | 3E | 42 | 0 | 46 | F4 | 31 | 14 |
| Octal | 35 | 32 | 114 | 76 | 102 | 0 | 106 | 364 | 61 | 24 |
| Binary | 11101 | 11010 | 1001100 | 111110 | 1000010 | 0 | 1000110 | 11110100 | 110001 | 10100 |
Color Harmonies of #1D1A4C
Complementary color
Monochromatic Colors of #1D1A4C
Black with #1D1A4C
Text Example
Text Example
White with #1D1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A4C; }
p { color: rgb(29,26,76); }
H1.HeaderClassName
{
color: #1D1A4C;
}
.AnyTagClassName
{
color: #1D1A4C;
}
</style>
background-color css
<style>
a { background-color: #1D1A4C; }
a { background-color: rgb(29,26,76); }
div.DivClassName
{
background-color: #1D1A4C;
}
.BgClassName
{
background-color: #1D1A4C;
}
</style>
border-color css
<style>
span { border-color: #1D1A4C; }
span { border-color: rgb(29,26,76); }
td.TdClassName
{
border-color: #1D1A4C;
}
.TagClassName
{
border-color: #1D1A4C;
}
</style>