Shades of Paua #0E0847
Tints of Paua #0E0847
RGB
CMYK
RGB Variations
Color information
#0E0847 (or 0x0E0847) is known color: Paua. HEX triplet: 0E, 08 and 47. RGB value is (14,8,71). Sum of RGB (Red+Green+Blue) = 14+8+71=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0847 is #F1F7B8. Grayscale: #101010. Windows color (decimal): -15857593 or 4655118. OLE color: 4655118.
HSL color Cylindrical-coordinate representation of color #0E0847: hue angle of 245.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0847 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 8 | 71 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.72 |
| HSL | 245.71º | 0.8% | 0.15% | - |
| HSV(B) | 245.71º | 0.89% | 0.28% | - |
| XYZ | 1.41 | 0.72 | 6.03 | - |
| YUV | 16.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 71 | 0.80 | 0.89 | 0 | 0.72 | 245.71 | 0.8 | 0.15 |
| Hex | E | 8 | 47 | 50 | 59 | 0 | 48 | F6 | 50 | F |
| Octal | 16 | 10 | 107 | 120 | 131 | 0 | 110 | 366 | 120 | 17 |
| Binary | 1110 | 1000 | 1000111 | 1010000 | 1011001 | 0 | 1001000 | 11110110 | 1010000 | 1111 |
Color Harmonies of #0E0847
Complementary color
Monochromatic Colors of #0E0847
Black with #0E0847
Text Example
Text Example
White with #0E0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0847; }
p { color: rgb(14,8,71); }
H1.HeaderClassName
{
color: #0E0847;
}
.AnyTagClassName
{
color: #0E0847;
}
</style>
background-color css
<style>
a { background-color: #0E0847; }
a { background-color: rgb(14,8,71); }
div.DivClassName
{
background-color: #0E0847;
}
.BgClassName
{
background-color: #0E0847;
}
</style>
border-color css
<style>
span { border-color: #0E0847; }
span { border-color: rgb(14,8,71); }
td.TdClassName
{
border-color: #0E0847;
}
.TagClassName
{
border-color: #0E0847;
}
</style>