Shades of Paua #1E1257
Tints of Paua #1E1257
RGB
CMYK
RGB Variations
Color information
#1E1257 (or 0x1E1257) is known color: Paua. HEX triplet: 1E, 12 and 57. RGB value is (30,18,87). Sum of RGB (Red+Green+Blue) = 30+18+87=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E1257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1257 is #E1EDA8. Grayscale: #1D1D1D. Windows color (decimal): -14806441 or 5706270. OLE color: 5706270.
HSL color Cylindrical-coordinate representation of color #1E1257: hue angle of 250.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1257 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 18 | 87 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.66 |
| HSL | 250.43º | 0.66% | 0.21% | - |
| HSV(B) | 250.43º | 0.79% | 0.34% | - |
| XYZ | 2.47 | 1.4 | 9.16 | - |
| YUV | 29.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 87 | 0.66 | 0.79 | 0 | 0.66 | 250.43 | 0.66 | 0.21 |
| Hex | 1E | 12 | 57 | 42 | 4F | 0 | 42 | FA | 42 | 15 |
| Octal | 36 | 22 | 127 | 102 | 117 | 0 | 102 | 372 | 102 | 25 |
| Binary | 11110 | 10010 | 1010111 | 1000010 | 1001111 | 0 | 1000010 | 11111010 | 1000010 | 10101 |
Color Harmonies of #1E1257
Complementary color
Monochromatic Colors of #1E1257
Black with #1E1257
Text Example
Text Example
White with #1E1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1257; }
p { color: rgb(30,18,87); }
H1.HeaderClassName
{
color: #1E1257;
}
.AnyTagClassName
{
color: #1E1257;
}
</style>
background-color css
<style>
a { background-color: #1E1257; }
a { background-color: rgb(30,18,87); }
div.DivClassName
{
background-color: #1E1257;
}
.BgClassName
{
background-color: #1E1257;
}
</style>
border-color css
<style>
span { border-color: #1E1257; }
span { border-color: rgb(30,18,87); }
td.TdClassName
{
border-color: #1E1257;
}
.TagClassName
{
border-color: #1E1257;
}
</style>