Shades of Paua #0E0049
Tints of Paua #0E0049
RGB
CMYK
RGB Variations
Color information
#0E0049 (or 0x0E0049) is known color: Paua. HEX triplet: 0E, 00 and 49. RGB value is (14,0,73). Sum of RGB (Red+Green+Blue) = 14+0+73=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0049 is #F1FFB6. Grayscale: #0C0C0C. Windows color (decimal): -15859639 or 4784142. OLE color: 4784142.
HSL color Cylindrical-coordinate representation of color #0E0049: hue angle of 251.51º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0049 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 0 | 73 | - |
| CMYK | 0.81 | 1 | 0 | 0.71 |
| HSL | 251.51º | 1% | 0.14% | - |
| HSV(B) | 251.51º | 1% | 0.29% | - |
| XYZ | 1.38 | 0.57 | 6.34 | - |
| YUV | 12.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 73 | 0.81 | 1 | 0 | 0.71 | 251.51 | 1 | 0.14 |
| Hex | E | 0 | 49 | 51 | 64 | 0 | 47 | FC | 64 | E |
| Octal | 16 | 0 | 111 | 121 | 144 | 0 | 107 | 374 | 144 | 16 |
| Binary | 1110 | 0 | 1001001 | 1010001 | 1100100 | 0 | 1000111 | 11111100 | 1100100 | 1110 |
Color Harmonies of #0E0049
Complementary color
Monochromatic Colors of #0E0049
Black with #0E0049
Text Example
Text Example
White with #0E0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0049; }
p { color: rgb(14,0,73); }
H1.HeaderClassName
{
color: #0E0049;
}
.AnyTagClassName
{
color: #0E0049;
}
</style>
background-color css
<style>
a { background-color: #0E0049; }
a { background-color: rgb(14,0,73); }
div.DivClassName
{
background-color: #0E0049;
}
.BgClassName
{
background-color: #0E0049;
}
</style>
border-color css
<style>
span { border-color: #0E0049; }
span { border-color: rgb(14,0,73); }
td.TdClassName
{
border-color: #0E0049;
}
.TagClassName
{
border-color: #0E0049;
}
</style>