Shades of Paua #1E1158
Tints of Paua #1E1158
RGB
CMYK
RGB Variations
Color information
#1E1158 (or 0x1E1158) is known color: Paua. HEX triplet: 1E, 11 and 58. RGB value is (30,17,88). Sum of RGB (Red+Green+Blue) = 30+17+88=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1158 is #E1EEA7. Grayscale: #1C1C1C. Windows color (decimal): -14806696 or 5771550. OLE color: 5771550.
HSL color Cylindrical-coordinate representation of color #1E1158: hue angle of 250.99º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1158 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 17 | 88 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.65 |
| HSL | 250.99º | 0.68% | 0.21% | - |
| HSV(B) | 250.99º | 0.81% | 0.35% | - |
| XYZ | 2.5 | 1.38 | 9.37 | - |
| YUV | 28.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 88 | 0.66 | 0.81 | 0 | 0.65 | 250.99 | 0.68 | 0.21 |
| Hex | 1E | 11 | 58 | 42 | 51 | 0 | 41 | FB | 44 | 15 |
| Octal | 36 | 21 | 130 | 102 | 121 | 0 | 101 | 373 | 104 | 25 |
| Binary | 11110 | 10001 | 1011000 | 1000010 | 1010001 | 0 | 1000001 | 11111011 | 1000100 | 10101 |
Color Harmonies of #1E1158
Complementary color
Monochromatic Colors of #1E1158
Black with #1E1158
Text Example
Text Example
White with #1E1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1158; }
p { color: rgb(30,17,88); }
H1.HeaderClassName
{
color: #1E1158;
}
.AnyTagClassName
{
color: #1E1158;
}
</style>
background-color css
<style>
a { background-color: #1E1158; }
a { background-color: rgb(30,17,88); }
div.DivClassName
{
background-color: #1E1158;
}
.BgClassName
{
background-color: #1E1158;
}
</style>
border-color css
<style>
span { border-color: #1E1158; }
span { border-color: rgb(30,17,88); }
td.TdClassName
{
border-color: #1E1158;
}
.TagClassName
{
border-color: #1E1158;
}
</style>