Shades of Paua #1E1554
Tints of Paua #1E1554
RGB
CMYK
RGB Variations
Color information
#1E1554 (or 0x1E1554) is known color: Paua. HEX triplet: 1E, 15 and 54. RGB value is (30,21,84). Sum of RGB (Red+Green+Blue) = 30+21+84=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1554 is #E1EAAB. Grayscale: #1E1E1E. Windows color (decimal): -14805676 or 5510430. OLE color: 5510430.
HSL color Cylindrical-coordinate representation of color #1E1554: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E1554 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 21 | 84 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.67 |
| HSL | 248.57º | 0.6% | 0.21% | - |
| HSV(B) | 248.57º | 0.75% | 0.33% | - |
| XYZ | 2.4 | 1.45 | 8.54 | - |
| YUV | 30.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 84 | 0.64 | 0.75 | 0 | 0.67 | 248.57 | 0.6 | 0.21 |
| Hex | 1E | 15 | 54 | 40 | 4B | 0 | 43 | F9 | 3C | 15 |
| Octal | 36 | 25 | 124 | 100 | 113 | 0 | 103 | 371 | 74 | 25 |
| Binary | 11110 | 10101 | 1010100 | 1000000 | 1001011 | 0 | 1000011 | 11111001 | 111100 | 10101 |
Color Harmonies of #1E1554
Complementary color
Monochromatic Colors of #1E1554
Black with #1E1554
Text Example
Text Example
White with #1E1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1554; }
p { color: rgb(30,21,84); }
H1.HeaderClassName
{
color: #1E1554;
}
.AnyTagClassName
{
color: #1E1554;
}
</style>
background-color css
<style>
a { background-color: #1E1554; }
a { background-color: rgb(30,21,84); }
div.DivClassName
{
background-color: #1E1554;
}
.BgClassName
{
background-color: #1E1554;
}
</style>
border-color css
<style>
span { border-color: #1E1554; }
span { border-color: rgb(30,21,84); }
td.TdClassName
{
border-color: #1E1554;
}
.TagClassName
{
border-color: #1E1554;
}
</style>