Shades of Paua #1E0B58
Tints of Paua #1E0B58
RGB
CMYK
RGB Variations
Color information
#1E0B58 (or 0x1E0B58) is known color: Paua. HEX triplet: 1E, 0B and 58. RGB value is (30,11,88). Sum of RGB (Red+Green+Blue) = 30+11+88=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E0B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B58 is #E1F4A7. Grayscale: #191919. Windows color (decimal): -14808232 or 5770014. OLE color: 5770014.
HSL color Cylindrical-coordinate representation of color #1E0B58: hue angle of 254.81º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0B58 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 11 | 88 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.65 |
| HSL | 254.81º | 0.78% | 0.19% | - |
| HSV(B) | 254.81º | 0.88% | 0.35% | - |
| XYZ | 2.42 | 1.22 | 9.34 | - |
| YUV | 25.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 88 | 0.66 | 0.88 | 0 | 0.65 | 254.81 | 0.78 | 0.19 |
| Hex | 1E | B | 58 | 42 | 58 | 0 | 41 | FF | 4E | 13 |
| Octal | 36 | 13 | 130 | 102 | 130 | 0 | 101 | 377 | 116 | 23 |
| Binary | 11110 | 1011 | 1011000 | 1000010 | 1011000 | 0 | 1000001 | 11111111 | 1001110 | 10011 |
Color Harmonies of #1E0B58
Complementary color
Monochromatic Colors of #1E0B58
Black with #1E0B58
Text Example
Text Example
White with #1E0B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B58; }
p { color: rgb(30,11,88); }
H1.HeaderClassName
{
color: #1E0B58;
}
.AnyTagClassName
{
color: #1E0B58;
}
</style>
background-color css
<style>
a { background-color: #1E0B58; }
a { background-color: rgb(30,11,88); }
div.DivClassName
{
background-color: #1E0B58;
}
.BgClassName
{
background-color: #1E0B58;
}
</style>
border-color css
<style>
span { border-color: #1E0B58; }
span { border-color: rgb(30,11,88); }
td.TdClassName
{
border-color: #1E0B58;
}
.TagClassName
{
border-color: #1E0B58;
}
</style>