Shades of Paua #1E0F57
Tints of Paua #1E0F57
RGB
CMYK
RGB Variations
Color information
#1E0F57 (or 0x1E0F57) is known color: Paua. HEX triplet: 1E, 0F and 57. RGB value is (30,15,87). Sum of RGB (Red+Green+Blue) = 30+15+87=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E0F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F57 is #E1F0A8. Grayscale: #1B1B1B. Windows color (decimal): -14807209 or 5705502. OLE color: 5705502.
HSL color Cylindrical-coordinate representation of color #1E0F57: hue angle of 252.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0F57 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 15 | 87 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.66 |
| HSL | 252.5º | 0.71% | 0.2% | - |
| HSV(B) | 252.5º | 0.83% | 0.34% | - |
| XYZ | 2.43 | 1.31 | 9.14 | - |
| YUV | 27.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 87 | 0.66 | 0.83 | 0 | 0.66 | 252.5 | 0.71 | 0.2 |
| Hex | 1E | F | 57 | 42 | 53 | 0 | 42 | FD | 47 | 14 |
| Octal | 36 | 17 | 127 | 102 | 123 | 0 | 102 | 375 | 107 | 24 |
| Binary | 11110 | 1111 | 1010111 | 1000010 | 1010011 | 0 | 1000010 | 11111101 | 1000111 | 10100 |
Color Harmonies of #1E0F57
Complementary color
Monochromatic Colors of #1E0F57
Black with #1E0F57
Text Example
Text Example
White with #1E0F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F57; }
p { color: rgb(30,15,87); }
H1.HeaderClassName
{
color: #1E0F57;
}
.AnyTagClassName
{
color: #1E0F57;
}
</style>
background-color css
<style>
a { background-color: #1E0F57; }
a { background-color: rgb(30,15,87); }
div.DivClassName
{
background-color: #1E0F57;
}
.BgClassName
{
background-color: #1E0F57;
}
</style>
border-color css
<style>
span { border-color: #1E0F57; }
span { border-color: rgb(30,15,87); }
td.TdClassName
{
border-color: #1E0F57;
}
.TagClassName
{
border-color: #1E0F57;
}
</style>