Shades of Paua #0E0846
Tints of Paua #0E0846
RGB
CMYK
RGB Variations
Color information
#0E0846 (or 0x0E0846) is known color: Paua. HEX triplet: 0E, 08 and 46. RGB value is (14,8,70). Sum of RGB (Red+Green+Blue) = 14+8+70=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E0846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0846 is #F1F7B9. Grayscale: #101010. Windows color (decimal): -15857594 or 4589582. OLE color: 4589582.
HSL color Cylindrical-coordinate representation of color #0E0846: hue angle of 245.81º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0846 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 8 | 70 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.73 |
| HSL | 245.81º | 0.79% | 0.15% | - |
| HSV(B) | 245.81º | 0.89% | 0.27% | - |
| XYZ | 1.37 | 0.71 | 5.86 | - |
| YUV | 16.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 70 | 0.80 | 0.89 | 0 | 0.73 | 245.81 | 0.79 | 0.15 |
| Hex | E | 8 | 46 | 50 | 59 | 0 | 49 | F6 | 4F | F |
| Octal | 16 | 10 | 106 | 120 | 131 | 0 | 111 | 366 | 117 | 17 |
| Binary | 1110 | 1000 | 1000110 | 1010000 | 1011001 | 0 | 1001001 | 11110110 | 1001111 | 1111 |
Color Harmonies of #0E0846
Complementary color
Monochromatic Colors of #0E0846
Black with #0E0846
Text Example
Text Example
White with #0E0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0846; }
p { color: rgb(14,8,70); }
H1.HeaderClassName
{
color: #0E0846;
}
.AnyTagClassName
{
color: #0E0846;
}
</style>
background-color css
<style>
a { background-color: #0E0846; }
a { background-color: rgb(14,8,70); }
div.DivClassName
{
background-color: #0E0846;
}
.BgClassName
{
background-color: #0E0846;
}
</style>
border-color css
<style>
span { border-color: #0E0846; }
span { border-color: rgb(14,8,70); }
td.TdClassName
{
border-color: #0E0846;
}
.TagClassName
{
border-color: #0E0846;
}
</style>