Shades of Paua #1E134D
Tints of Paua #1E134D
RGB
CMYK
RGB Variations
Color information
#1E134D (or 0x1E134D) is known color: Paua. HEX triplet: 1E, 13 and 4D. RGB value is (30,19,77). Sum of RGB (Red+Green+Blue) = 30+19+77=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E134D is #E1ECB2. Grayscale: #1C1C1C. Windows color (decimal): -14806195 or 5051166. OLE color: 5051166.
HSL color Cylindrical-coordinate representation of color #1E134D: hue angle of 251.38º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E134D is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 19 | 77 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.70 |
| HSL | 251.38º | 0.6% | 0.19% | - |
| HSV(B) | 251.38º | 0.75% | 0.3% | - |
| XYZ | 2.11 | 1.28 | 7.16 | - |
| YUV | 28.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 77 | 0.61 | 0.75 | 0 | 0.70 | 251.38 | 0.6 | 0.19 |
| Hex | 1E | 13 | 4D | 3D | 4B | 0 | 46 | FB | 3C | 13 |
| Octal | 36 | 23 | 115 | 75 | 113 | 0 | 106 | 373 | 74 | 23 |
| Binary | 11110 | 10011 | 1001101 | 111101 | 1001011 | 0 | 1000110 | 11111011 | 111100 | 10011 |
Color Harmonies of #1E134D
Complementary color
Monochromatic Colors of #1E134D
Black with #1E134D
Text Example
Text Example
White with #1E134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E134D; }
p { color: rgb(30,19,77); }
H1.HeaderClassName
{
color: #1E134D;
}
.AnyTagClassName
{
color: #1E134D;
}
</style>
background-color css
<style>
a { background-color: #1E134D; }
a { background-color: rgb(30,19,77); }
div.DivClassName
{
background-color: #1E134D;
}
.BgClassName
{
background-color: #1E134D;
}
</style>
border-color css
<style>
span { border-color: #1E134D; }
span { border-color: rgb(30,19,77); }
td.TdClassName
{
border-color: #1E134D;
}
.TagClassName
{
border-color: #1E134D;
}
</style>