Shades of Paua #1E1856
Tints of Paua #1E1856
RGB
CMYK
RGB Variations
Color information
#1E1856 (or 0x1E1856) is known color: Paua. HEX triplet: 1E, 18 and 56. RGB value is (30,24,86). Sum of RGB (Red+Green+Blue) = 30+24+86=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #1E1856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1856 is #E1E7A9. Grayscale: #202020. Windows color (decimal): -14804906 or 5642270. OLE color: 5642270.
HSL color Cylindrical-coordinate representation of color #1E1856: hue angle of 245.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E1856 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 24 | 86 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.66 |
| HSL | 245.81º | 0.56% | 0.22% | - |
| HSV(B) | 245.81º | 0.72% | 0.34% | - |
| XYZ | 2.54 | 1.6 | 8.98 | - |
| YUV | 32.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 86 | 0.65 | 0.72 | 0 | 0.66 | 245.81 | 0.56 | 0.22 |
| Hex | 1E | 18 | 56 | 41 | 48 | 0 | 42 | F6 | 38 | 16 |
| Octal | 36 | 30 | 126 | 101 | 110 | 0 | 102 | 366 | 70 | 26 |
| Binary | 11110 | 11000 | 1010110 | 1000001 | 1001000 | 0 | 1000010 | 11110110 | 111000 | 10110 |
Color Harmonies of #1E1856
Complementary color
Monochromatic Colors of #1E1856
Black with #1E1856
Text Example
Text Example
White with #1E1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1856; }
p { color: rgb(30,24,86); }
H1.HeaderClassName
{
color: #1E1856;
}
.AnyTagClassName
{
color: #1E1856;
}
</style>
background-color css
<style>
a { background-color: #1E1856; }
a { background-color: rgb(30,24,86); }
div.DivClassName
{
background-color: #1E1856;
}
.BgClassName
{
background-color: #1E1856;
}
</style>
border-color css
<style>
span { border-color: #1E1856; }
span { border-color: rgb(30,24,86); }
td.TdClassName
{
border-color: #1E1856;
}
.TagClassName
{
border-color: #1E1856;
}
</style>