Shades of Paua #1E1757
Tints of Paua #1E1757
RGB
CMYK
RGB Variations
Color information
#1E1757 (or 0x1E1757) is known color: Paua. HEX triplet: 1E, 17 and 57. RGB value is (30,23,87). Sum of RGB (Red+Green+Blue) = 30+23+87=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E1757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1757 is #E1E8A8. Grayscale: #202020. Windows color (decimal): -14805161 or 5707550. OLE color: 5707550.
HSL color Cylindrical-coordinate representation of color #1E1757: hue angle of 246.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E1757 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 23 | 87 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.66 |
| HSL | 246.56º | 0.58% | 0.22% | - |
| HSV(B) | 246.56º | 0.74% | 0.34% | - |
| XYZ | 2.56 | 1.58 | 9.19 | - |
| YUV | 32.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 87 | 0.66 | 0.74 | 0 | 0.66 | 246.56 | 0.58 | 0.22 |
| Hex | 1E | 17 | 57 | 42 | 4A | 0 | 42 | F7 | 3A | 16 |
| Octal | 36 | 27 | 127 | 102 | 112 | 0 | 102 | 367 | 72 | 26 |
| Binary | 11110 | 10111 | 1010111 | 1000010 | 1001010 | 0 | 1000010 | 11110111 | 111010 | 10110 |
Color Harmonies of #1E1757
Complementary color
Monochromatic Colors of #1E1757
Black with #1E1757
Text Example
Text Example
White with #1E1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1757; }
p { color: rgb(30,23,87); }
H1.HeaderClassName
{
color: #1E1757;
}
.AnyTagClassName
{
color: #1E1757;
}
</style>
background-color css
<style>
a { background-color: #1E1757; }
a { background-color: rgb(30,23,87); }
div.DivClassName
{
background-color: #1E1757;
}
.BgClassName
{
background-color: #1E1757;
}
</style>
border-color css
<style>
span { border-color: #1E1757; }
span { border-color: rgb(30,23,87); }
td.TdClassName
{
border-color: #1E1757;
}
.TagClassName
{
border-color: #1E1757;
}
</style>