Shades of Paua #1D134A
Tints of Paua #1D134A
RGB
CMYK
RGB Variations
Color information
#1D134A (or 0x1D134A) is known color: Paua. HEX triplet: 1D, 13 and 4A. RGB value is (29,19,74). Sum of RGB (Red+Green+Blue) = 29+19+74=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D134A is #E2ECB5. Grayscale: #1C1C1C. Windows color (decimal): -14871734 or 4854557. OLE color: 4854557.
HSL color Cylindrical-coordinate representation of color #1D134A: hue angle of 250.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D134A is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 19 | 74 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.71 |
| HSL | 250.91º | 0.59% | 0.18% | - |
| HSV(B) | 250.91º | 0.74% | 0.29% | - |
| XYZ | 1.98 | 1.22 | 6.61 | - |
| YUV | 28.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 74 | 0.61 | 0.74 | 0 | 0.71 | 250.91 | 0.59 | 0.18 |
| Hex | 1D | 13 | 4A | 3D | 4A | 0 | 47 | FB | 3B | 12 |
| Octal | 35 | 23 | 112 | 75 | 112 | 0 | 107 | 373 | 73 | 22 |
| Binary | 11101 | 10011 | 1001010 | 111101 | 1001010 | 0 | 1000111 | 11111011 | 111011 | 10010 |
Color Harmonies of #1D134A
Complementary color
Monochromatic Colors of #1D134A
Black with #1D134A
Text Example
Text Example
White with #1D134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D134A; }
p { color: rgb(29,19,74); }
H1.HeaderClassName
{
color: #1D134A;
}
.AnyTagClassName
{
color: #1D134A;
}
</style>
background-color css
<style>
a { background-color: #1D134A; }
a { background-color: rgb(29,19,74); }
div.DivClassName
{
background-color: #1D134A;
}
.BgClassName
{
background-color: #1D134A;
}
</style>
border-color css
<style>
span { border-color: #1D134A; }
span { border-color: rgb(29,19,74); }
td.TdClassName
{
border-color: #1D134A;
}
.TagClassName
{
border-color: #1D134A;
}
</style>