Shades of Paua #0E0540
Tints of Paua #0E0540
RGB
CMYK
RGB Variations
Color information
#0E0540 (or 0x0E0540) is known color: Paua. HEX triplet: 0E, 05 and 40. RGB value is (14,5,64). Sum of RGB (Red+Green+Blue) = 14+5+64=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #0E0540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0540 is #F1FABF. Grayscale: #0E0E0E. Windows color (decimal): -15858368 or 4195598. OLE color: 4195598.
HSL color Cylindrical-coordinate representation of color #0E0540: hue angle of 249.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0540 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 5 | 64 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.75 |
| HSL | 249.15º | 0.86% | 0.14% | - |
| HSV(B) | 249.15º | 0.92% | 0.25% | - |
| XYZ | 1.16 | 0.57 | 4.9 | - |
| YUV | 14.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 64 | 0.78 | 0.92 | 0 | 0.75 | 249.15 | 0.86 | 0.14 |
| Hex | E | 5 | 40 | 4E | 5C | 0 | 4B | F9 | 56 | E |
| Octal | 16 | 5 | 100 | 116 | 134 | 0 | 113 | 371 | 126 | 16 |
| Binary | 1110 | 101 | 1000000 | 1001110 | 1011100 | 0 | 1001011 | 11111001 | 1010110 | 1110 |
Color Harmonies of #0E0540
Complementary color
Monochromatic Colors of #0E0540
Black with #0E0540
Text Example
Text Example
White with #0E0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0540; }
p { color: rgb(14,5,64); }
H1.HeaderClassName
{
color: #0E0540;
}
.AnyTagClassName
{
color: #0E0540;
}
</style>
background-color css
<style>
a { background-color: #0E0540; }
a { background-color: rgb(14,5,64); }
div.DivClassName
{
background-color: #0E0540;
}
.BgClassName
{
background-color: #0E0540;
}
</style>
border-color css
<style>
span { border-color: #0E0540; }
span { border-color: rgb(14,5,64); }
td.TdClassName
{
border-color: #0E0540;
}
.TagClassName
{
border-color: #0E0540;
}
</style>