Shades of Paua #0E0947
Tints of Paua #0E0947
RGB
CMYK
RGB Variations
Color information
#0E0947 (or 0x0E0947) is known color: Paua. HEX triplet: 0E, 09 and 47. RGB value is (14,9,71). Sum of RGB (Red+Green+Blue) = 14+9+71=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0947 is #F1F6B8. Grayscale: #111111. Windows color (decimal): -15857337 or 4655374. OLE color: 4655374.
HSL color Cylindrical-coordinate representation of color #0E0947: hue angle of 244.84º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E0947 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 9 | 71 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.72 |
| HSL | 244.84º | 0.78% | 0.16% | - |
| HSV(B) | 244.84º | 0.87% | 0.28% | - |
| XYZ | 1.42 | 0.74 | 6.03 | - |
| YUV | 17.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 71 | 0.80 | 0.87 | 0 | 0.72 | 244.84 | 0.78 | 0.16 |
| Hex | E | 9 | 47 | 50 | 57 | 0 | 48 | F5 | 4E | 10 |
| Octal | 16 | 11 | 107 | 120 | 127 | 0 | 110 | 365 | 116 | 20 |
| Binary | 1110 | 1001 | 1000111 | 1010000 | 1010111 | 0 | 1001000 | 11110101 | 1001110 | 10000 |
Color Harmonies of #0E0947
Complementary color
Monochromatic Colors of #0E0947
Black with #0E0947
Text Example
Text Example
White with #0E0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0947; }
p { color: rgb(14,9,71); }
H1.HeaderClassName
{
color: #0E0947;
}
.AnyTagClassName
{
color: #0E0947;
}
</style>
background-color css
<style>
a { background-color: #0E0947; }
a { background-color: rgb(14,9,71); }
div.DivClassName
{
background-color: #0E0947;
}
.BgClassName
{
background-color: #0E0947;
}
</style>
border-color css
<style>
span { border-color: #0E0947; }
span { border-color: rgb(14,9,71); }
td.TdClassName
{
border-color: #0E0947;
}
.TagClassName
{
border-color: #0E0947;
}
</style>