Shades of Paua #1D1A58
Tints of Paua #1D1A58
RGB
CMYK
RGB Variations
Color information
#1D1A58 (or 0x1D1A58) is known color: Paua. HEX triplet: 1D, 1A and 58. RGB value is (29,26,88). Sum of RGB (Red+Green+Blue) = 29+26+88=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A58 is #E2E5A7. Grayscale: #212121. Windows color (decimal): -14869928 or 5773853. OLE color: 5773853.
HSL color Cylindrical-coordinate representation of color #1D1A58: hue angle of 242.9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1A58 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 26 | 88 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.65 |
| HSL | 242.9º | 0.54% | 0.22% | - |
| HSV(B) | 242.9º | 0.7% | 0.35% | - |
| XYZ | 2.64 | 1.7 | 9.42 | - |
| YUV | 33.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 88 | 0.67 | 0.70 | 0 | 0.65 | 242.9 | 0.54 | 0.22 |
| Hex | 1D | 1A | 58 | 43 | 46 | 0 | 41 | F3 | 36 | 16 |
| Octal | 35 | 32 | 130 | 103 | 106 | 0 | 101 | 363 | 66 | 26 |
| Binary | 11101 | 11010 | 1011000 | 1000011 | 1000110 | 0 | 1000001 | 11110011 | 110110 | 10110 |
Color Harmonies of #1D1A58
Complementary color
Monochromatic Colors of #1D1A58
Black with #1D1A58
Text Example
Text Example
White with #1D1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A58; }
p { color: rgb(29,26,88); }
H1.HeaderClassName
{
color: #1D1A58;
}
.AnyTagClassName
{
color: #1D1A58;
}
</style>
background-color css
<style>
a { background-color: #1D1A58; }
a { background-color: rgb(29,26,88); }
div.DivClassName
{
background-color: #1D1A58;
}
.BgClassName
{
background-color: #1D1A58;
}
</style>
border-color css
<style>
span { border-color: #1D1A58; }
span { border-color: rgb(29,26,88); }
td.TdClassName
{
border-color: #1D1A58;
}
.TagClassName
{
border-color: #1D1A58;
}
</style>