Shades of Paua #0E0247
Tints of Paua #0E0247
RGB
CMYK
RGB Variations
Color information
#0E0247 (or 0x0E0247) is known color: Paua. HEX triplet: 0E, 02 and 47. RGB value is (14,2,71). Sum of RGB (Red+Green+Blue) = 14+2+71=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0247 is #F1FDB8. Grayscale: #0D0D0D. Windows color (decimal): -15859129 or 4653582. OLE color: 4653582.
HSL color Cylindrical-coordinate representation of color #0E0247: hue angle of 250.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0247 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 2 | 71 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.72 |
| HSL | 250.43º | 0.95% | 0.14% | - |
| HSV(B) | 250.43º | 0.97% | 0.28% | - |
| XYZ | 1.34 | 0.59 | 6 | - |
| YUV | 13.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 71 | 0.80 | 0.97 | 0 | 0.72 | 250.43 | 0.95 | 0.14 |
| Hex | E | 2 | 47 | 50 | 61 | 0 | 48 | FA | 5F | E |
| Octal | 16 | 2 | 107 | 120 | 141 | 0 | 110 | 372 | 137 | 16 |
| Binary | 1110 | 10 | 1000111 | 1010000 | 1100001 | 0 | 1001000 | 11111010 | 1011111 | 1110 |
Color Harmonies of #0E0247
Complementary color
Monochromatic Colors of #0E0247
Black with #0E0247
Text Example
Text Example
White with #0E0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0247; }
p { color: rgb(14,2,71); }
H1.HeaderClassName
{
color: #0E0247;
}
.AnyTagClassName
{
color: #0E0247;
}
</style>
background-color css
<style>
a { background-color: #0E0247; }
a { background-color: rgb(14,2,71); }
div.DivClassName
{
background-color: #0E0247;
}
.BgClassName
{
background-color: #0E0247;
}
</style>
border-color css
<style>
span { border-color: #0E0247; }
span { border-color: rgb(14,2,71); }
td.TdClassName
{
border-color: #0E0247;
}
.TagClassName
{
border-color: #0E0247;
}
</style>