Shades of Paua #0E014D
Tints of Paua #0E014D
RGB
CMYK
RGB Variations
Color information
#0E014D (or 0x0E014D) is known color: Paua. HEX triplet: 0E, 01 and 4D. RGB value is (14,1,77). Sum of RGB (Red+Green+Blue) = 14+1+77=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E014D is #F1FEB2. Grayscale: #0D0D0D. Windows color (decimal): -15859379 or 5046542. OLE color: 5046542.
HSL color Cylindrical-coordinate representation of color #0E014D: hue angle of 250.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E014D is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 1 | 77 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.70 |
| HSL | 250.26º | 0.97% | 0.15% | - |
| HSV(B) | 250.26º | 0.99% | 0.3% | - |
| XYZ | 1.53 | 0.65 | 7.07 | - |
| YUV | 13.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 77 | 0.82 | 0.99 | 0 | 0.70 | 250.26 | 0.97 | 0.15 |
| Hex | E | 1 | 4D | 52 | 63 | 0 | 46 | FA | 61 | F |
| Octal | 16 | 1 | 115 | 122 | 143 | 0 | 106 | 372 | 141 | 17 |
| Binary | 1110 | 1 | 1001101 | 1010010 | 1100011 | 0 | 1000110 | 11111010 | 1100001 | 1111 |
Color Harmonies of #0E014D
Complementary color
Monochromatic Colors of #0E014D
Black with #0E014D
Text Example
Text Example
White with #0E014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E014D; }
p { color: rgb(14,1,77); }
H1.HeaderClassName
{
color: #0E014D;
}
.AnyTagClassName
{
color: #0E014D;
}
</style>
background-color css
<style>
a { background-color: #0E014D; }
a { background-color: rgb(14,1,77); }
div.DivClassName
{
background-color: #0E014D;
}
.BgClassName
{
background-color: #0E014D;
}
</style>
border-color css
<style>
span { border-color: #0E014D; }
span { border-color: rgb(14,1,77); }
td.TdClassName
{
border-color: #0E014D;
}
.TagClassName
{
border-color: #0E014D;
}
</style>