Shades of Paua #0E024D
Tints of Paua #0E024D
RGB
CMYK
RGB Variations
Color information
#0E024D (or 0x0E024D) is known color: Paua. HEX triplet: 0E, 02 and 4D. RGB value is (14,2,77). Sum of RGB (Red+Green+Blue) = 14+2+77=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E024D is #F1FDB2. Grayscale: #0D0D0D. Windows color (decimal): -15859123 or 5046798. OLE color: 5046798.
HSL color Cylindrical-coordinate representation of color #0E024D: hue angle of 249.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E024D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 2 | 77 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.70 |
| HSL | 249.6º | 0.95% | 0.15% | - |
| HSV(B) | 249.6º | 0.97% | 0.3% | - |
| XYZ | 1.54 | 0.67 | 7.07 | - |
| YUV | 14.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 77 | 0.82 | 0.97 | 0 | 0.70 | 249.6 | 0.95 | 0.15 |
| Hex | E | 2 | 4D | 52 | 61 | 0 | 46 | FA | 5F | F |
| Octal | 16 | 2 | 115 | 122 | 141 | 0 | 106 | 372 | 137 | 17 |
| Binary | 1110 | 10 | 1001101 | 1010010 | 1100001 | 0 | 1000110 | 11111010 | 1011111 | 1111 |
Color Harmonies of #0E024D
Complementary color
Monochromatic Colors of #0E024D
Black with #0E024D
Text Example
Text Example
White with #0E024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E024D; }
p { color: rgb(14,2,77); }
H1.HeaderClassName
{
color: #0E024D;
}
.AnyTagClassName
{
color: #0E024D;
}
</style>
background-color css
<style>
a { background-color: #0E024D; }
a { background-color: rgb(14,2,77); }
div.DivClassName
{
background-color: #0E024D;
}
.BgClassName
{
background-color: #0E024D;
}
</style>
border-color css
<style>
span { border-color: #0E024D; }
span { border-color: rgb(14,2,77); }
td.TdClassName
{
border-color: #0E024D;
}
.TagClassName
{
border-color: #0E024D;
}
</style>