Shades of Paua #1D1A43
Tints of Paua #1D1A43
RGB
CMYK
RGB Variations
Color information
#1D1A43 (or 0x1D1A43) is known color: Paua. HEX triplet: 1D, 1A and 43. RGB value is (29,26,67). Sum of RGB (Red+Green+Blue) = 29+26+67=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D1A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A43 is #E2E5BC. Grayscale: #1F1F1F. Windows color (decimal): -14869949 or 4397597. OLE color: 4397597.
HSL color Cylindrical-coordinate representation of color #1D1A43: hue angle of 244.39º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D1A43 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 26 | 67 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.74 |
| HSL | 244.39º | 0.44% | 0.18% | - |
| HSV(B) | 244.39º | 0.61% | 0.26% | - |
| XYZ | 1.89 | 1.41 | 5.48 | - |
| YUV | 31.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 67 | 0.57 | 0.61 | 0 | 0.74 | 244.39 | 0.44 | 0.18 |
| Hex | 1D | 1A | 43 | 39 | 3D | 0 | 4A | F4 | 2C | 12 |
| Octal | 35 | 32 | 103 | 71 | 75 | 0 | 112 | 364 | 54 | 22 |
| Binary | 11101 | 11010 | 1000011 | 111001 | 111101 | 0 | 1001010 | 11110100 | 101100 | 10010 |
Color Harmonies of #1D1A43
Complementary color
Monochromatic Colors of #1D1A43
Black with #1D1A43
Text Example
Text Example
White with #1D1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A43; }
p { color: rgb(29,26,67); }
H1.HeaderClassName
{
color: #1D1A43;
}
.AnyTagClassName
{
color: #1D1A43;
}
</style>
background-color css
<style>
a { background-color: #1D1A43; }
a { background-color: rgb(29,26,67); }
div.DivClassName
{
background-color: #1D1A43;
}
.BgClassName
{
background-color: #1D1A43;
}
</style>
border-color css
<style>
span { border-color: #1D1A43; }
span { border-color: rgb(29,26,67); }
td.TdClassName
{
border-color: #1D1A43;
}
.TagClassName
{
border-color: #1D1A43;
}
</style>