Shades of Paua #1E0E53
Tints of Paua #1E0E53
RGB
CMYK
RGB Variations
Color information
#1E0E53 (or 0x1E0E53) is known color: Paua. HEX triplet: 1E, 0E and 53. RGB value is (30,14,83). Sum of RGB (Red+Green+Blue) = 30+14+83=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E0E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0E53 is #E1F1AC. Grayscale: #1A1A1A. Windows color (decimal): -14807469 or 5443102. OLE color: 5443102.
HSL color Cylindrical-coordinate representation of color #1E0E53: hue angle of 253.91º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0E53 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 14 | 83 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.67 |
| HSL | 253.91º | 0.71% | 0.19% | - |
| HSV(B) | 253.91º | 0.83% | 0.33% | - |
| XYZ | 2.25 | 1.21 | 8.3 | - |
| YUV | 26.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 83 | 0.64 | 0.83 | 0 | 0.67 | 253.91 | 0.71 | 0.19 |
| Hex | 1E | E | 53 | 40 | 53 | 0 | 43 | FE | 47 | 13 |
| Octal | 36 | 16 | 123 | 100 | 123 | 0 | 103 | 376 | 107 | 23 |
| Binary | 11110 | 1110 | 1010011 | 1000000 | 1010011 | 0 | 1000011 | 11111110 | 1000111 | 10011 |
Color Harmonies of #1E0E53
Complementary color
Monochromatic Colors of #1E0E53
Black with #1E0E53
Text Example
Text Example
White with #1E0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E53; }
p { color: rgb(30,14,83); }
H1.HeaderClassName
{
color: #1E0E53;
}
.AnyTagClassName
{
color: #1E0E53;
}
</style>
background-color css
<style>
a { background-color: #1E0E53; }
a { background-color: rgb(30,14,83); }
div.DivClassName
{
background-color: #1E0E53;
}
.BgClassName
{
background-color: #1E0E53;
}
</style>
border-color css
<style>
span { border-color: #1E0E53; }
span { border-color: rgb(30,14,83); }
td.TdClassName
{
border-color: #1E0E53;
}
.TagClassName
{
border-color: #1E0E53;
}
</style>