Shades of Paua #1E1458
Tints of Paua #1E1458
RGB
CMYK
RGB Variations
Color information
#1E1458 (or 0x1E1458) is known color: Paua. HEX triplet: 1E, 14 and 58. RGB value is (30,20,88). Sum of RGB (Red+Green+Blue) = 30+20+88=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1458 is #E1EBA7. Grayscale: #1E1E1E. Windows color (decimal): -14805928 or 5772318. OLE color: 5772318.
HSL color Cylindrical-coordinate representation of color #1E1458: hue angle of 248.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E1458 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 20 | 88 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.65 |
| HSL | 248.82º | 0.63% | 0.21% | - |
| HSV(B) | 248.82º | 0.77% | 0.35% | - |
| XYZ | 2.55 | 1.48 | 9.38 | - |
| YUV | 30.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 88 | 0.66 | 0.77 | 0 | 0.65 | 248.82 | 0.63 | 0.21 |
| Hex | 1E | 14 | 58 | 42 | 4D | 0 | 41 | F9 | 3F | 15 |
| Octal | 36 | 24 | 130 | 102 | 115 | 0 | 101 | 371 | 77 | 25 |
| Binary | 11110 | 10100 | 1011000 | 1000010 | 1001101 | 0 | 1000001 | 11111001 | 111111 | 10101 |
Color Harmonies of #1E1458
Complementary color
Monochromatic Colors of #1E1458
Black with #1E1458
Text Example
Text Example
White with #1E1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1458; }
p { color: rgb(30,20,88); }
H1.HeaderClassName
{
color: #1E1458;
}
.AnyTagClassName
{
color: #1E1458;
}
</style>
background-color css
<style>
a { background-color: #1E1458; }
a { background-color: rgb(30,20,88); }
div.DivClassName
{
background-color: #1E1458;
}
.BgClassName
{
background-color: #1E1458;
}
</style>
border-color css
<style>
span { border-color: #1E1458; }
span { border-color: rgb(30,20,88); }
td.TdClassName
{
border-color: #1E1458;
}
.TagClassName
{
border-color: #1E1458;
}
</style>