Shades of Paua #0E0948
Tints of Paua #0E0948
RGB
CMYK
RGB Variations
Color information
#0E0948 (or 0x0E0948) is known color: Paua. HEX triplet: 0E, 09 and 48. RGB value is (14,9,72). Sum of RGB (Red+Green+Blue) = 14+9+72=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0948 is #F1F6B7. Grayscale: #111111. Windows color (decimal): -15857336 or 4720910. OLE color: 4720910.
HSL color Cylindrical-coordinate representation of color #0E0948: hue angle of 244.76º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0948 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 9 | 72 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.72 |
| HSL | 244.76º | 0.78% | 0.16% | - |
| HSV(B) | 244.76º | 0.88% | 0.28% | - |
| XYZ | 1.45 | 0.76 | 6.2 | - |
| YUV | 17.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 72 | 0.81 | 0.88 | 0 | 0.72 | 244.76 | 0.78 | 0.16 |
| Hex | E | 9 | 48 | 51 | 58 | 0 | 48 | F5 | 4E | 10 |
| Octal | 16 | 11 | 110 | 121 | 130 | 0 | 110 | 365 | 116 | 20 |
| Binary | 1110 | 1001 | 1001000 | 1010001 | 1011000 | 0 | 1001000 | 11110101 | 1001110 | 10000 |
Color Harmonies of #0E0948
Complementary color
Monochromatic Colors of #0E0948
Black with #0E0948
Text Example
Text Example
White with #0E0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0948; }
p { color: rgb(14,9,72); }
H1.HeaderClassName
{
color: #0E0948;
}
.AnyTagClassName
{
color: #0E0948;
}
</style>
background-color css
<style>
a { background-color: #0E0948; }
a { background-color: rgb(14,9,72); }
div.DivClassName
{
background-color: #0E0948;
}
.BgClassName
{
background-color: #0E0948;
}
</style>
border-color css
<style>
span { border-color: #0E0948; }
span { border-color: rgb(14,9,72); }
td.TdClassName
{
border-color: #0E0948;
}
.TagClassName
{
border-color: #0E0948;
}
</style>