Shades of Paua #1E095B
Tints of Paua #1E095B
RGB
CMYK
RGB Variations
Color information
#1E095B (or 0x1E095B) is known color: Paua. HEX triplet: 1E, 09 and 5B. RGB value is (30,9,91). Sum of RGB (Red+Green+Blue) = 30+9+91=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E095B is #E1F6A4. Grayscale: #181818. Windows color (decimal): -14808741 or 5966110. OLE color: 5966110.
HSL color Cylindrical-coordinate representation of color #1E095B: hue angle of 255.37º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E095B is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 9 | 91 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.64 |
| HSL | 255.37º | 0.82% | 0.2% | - |
| HSV(B) | 255.37º | 0.9% | 0.36% | - |
| XYZ | 2.52 | 1.23 | 10 | - |
| YUV | 24.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 91 | 0.67 | 0.90 | 0 | 0.64 | 255.37 | 0.82 | 0.2 |
| Hex | 1E | 9 | 5B | 43 | 5A | 0 | 40 | FF | 52 | 14 |
| Octal | 36 | 11 | 133 | 103 | 132 | 0 | 100 | 377 | 122 | 24 |
| Binary | 11110 | 1001 | 1011011 | 1000011 | 1011010 | 0 | 1000000 | 11111111 | 1010010 | 10100 |
Color Harmonies of #1E095B
Complementary color
Monochromatic Colors of #1E095B
Black with #1E095B
Text Example
Text Example
White with #1E095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E095B; }
p { color: rgb(30,9,91); }
H1.HeaderClassName
{
color: #1E095B;
}
.AnyTagClassName
{
color: #1E095B;
}
</style>
background-color css
<style>
a { background-color: #1E095B; }
a { background-color: rgb(30,9,91); }
div.DivClassName
{
background-color: #1E095B;
}
.BgClassName
{
background-color: #1E095B;
}
</style>
border-color css
<style>
span { border-color: #1E095B; }
span { border-color: rgb(30,9,91); }
td.TdClassName
{
border-color: #1E095B;
}
.TagClassName
{
border-color: #1E095B;
}
</style>