Shades of Paua #1E1053
Tints of Paua #1E1053
RGB
CMYK
RGB Variations
Color information
#1E1053 (or 0x1E1053) is known color: Paua. HEX triplet: 1E, 10 and 53. RGB value is (30,16,83). Sum of RGB (Red+Green+Blue) = 30+16+83=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1053 is #E1EFAC. Grayscale: #1B1B1B. Windows color (decimal): -14806957 or 5443614. OLE color: 5443614.
HSL color Cylindrical-coordinate representation of color #1E1053: hue angle of 252.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1053 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 16 | 83 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.67 |
| HSL | 252.54º | 0.68% | 0.19% | - |
| HSV(B) | 252.54º | 0.81% | 0.33% | - |
| XYZ | 2.28 | 1.27 | 8.31 | - |
| YUV | 27.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 83 | 0.64 | 0.81 | 0 | 0.67 | 252.54 | 0.68 | 0.19 |
| Hex | 1E | 10 | 53 | 40 | 51 | 0 | 43 | FD | 44 | 13 |
| Octal | 36 | 20 | 123 | 100 | 121 | 0 | 103 | 375 | 104 | 23 |
| Binary | 11110 | 10000 | 1010011 | 1000000 | 1010001 | 0 | 1000011 | 11111101 | 1000100 | 10011 |
Color Harmonies of #1E1053
Complementary color
Monochromatic Colors of #1E1053
Black with #1E1053
Text Example
Text Example
White with #1E1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1053; }
p { color: rgb(30,16,83); }
H1.HeaderClassName
{
color: #1E1053;
}
.AnyTagClassName
{
color: #1E1053;
}
</style>
background-color css
<style>
a { background-color: #1E1053; }
a { background-color: rgb(30,16,83); }
div.DivClassName
{
background-color: #1E1053;
}
.BgClassName
{
background-color: #1E1053;
}
</style>
border-color css
<style>
span { border-color: #1E1053; }
span { border-color: rgb(30,16,83); }
td.TdClassName
{
border-color: #1E1053;
}
.TagClassName
{
border-color: #1E1053;
}
</style>