Shades of Paua #0E0543
Tints of Paua #0E0543
RGB
CMYK
RGB Variations
Color information
#0E0543 (or 0x0E0543) is known color: Paua. HEX triplet: 0E, 05 and 43. RGB value is (14,5,67). Sum of RGB (Red+Green+Blue) = 14+5+67=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 67 (26.56% from 255 or 77.91% from 86); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E0543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0543 is #F1FABC. Grayscale: #0E0E0E. Windows color (decimal): -15858365 or 4392206. OLE color: 4392206.
HSL color Cylindrical-coordinate representation of color #0E0543: hue angle of 248.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0543 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 5 | 67 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.74 |
| HSL | 248.71º | 0.86% | 0.14% | - |
| HSV(B) | 248.71º | 0.93% | 0.26% | - |
| XYZ | 1.25 | 0.61 | 5.36 | - |
| YUV | 14.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 67 | 0.79 | 0.93 | 0 | 0.74 | 248.71 | 0.86 | 0.14 |
| Hex | E | 5 | 43 | 4F | 5D | 0 | 4A | F9 | 56 | E |
| Octal | 16 | 5 | 103 | 117 | 135 | 0 | 112 | 371 | 126 | 16 |
| Binary | 1110 | 101 | 1000011 | 1001111 | 1011101 | 0 | 1001010 | 11111001 | 1010110 | 1110 |
Color Harmonies of #0E0543
Complementary color
Monochromatic Colors of #0E0543
Black with #0E0543
Text Example
Text Example
White with #0E0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0543; }
p { color: rgb(14,5,67); }
H1.HeaderClassName
{
color: #0E0543;
}
.AnyTagClassName
{
color: #0E0543;
}
</style>
background-color css
<style>
a { background-color: #0E0543; }
a { background-color: rgb(14,5,67); }
div.DivClassName
{
background-color: #0E0543;
}
.BgClassName
{
background-color: #0E0543;
}
</style>
border-color css
<style>
span { border-color: #0E0543; }
span { border-color: rgb(14,5,67); }
td.TdClassName
{
border-color: #0E0543;
}
.TagClassName
{
border-color: #0E0543;
}
</style>