Shades of Paua #0E014C
Tints of Paua #0E014C
RGB
CMYK
RGB Variations
Color information
#0E014C (or 0x0E014C) is known color: Paua. HEX triplet: 0E, 01 and 4C. RGB value is (14,1,76). Sum of RGB (Red+Green+Blue) = 14+1+76=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E014C is #F1FEB3. Grayscale: #0D0D0D. Windows color (decimal): -15859380 or 4981006. OLE color: 4981006.
HSL color Cylindrical-coordinate representation of color #0E014C: hue angle of 250.4º 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 #0E014C is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 1 | 76 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.70 |
| HSL | 250.4º | 0.97% | 0.15% | - |
| HSV(B) | 250.4º | 0.99% | 0.3% | - |
| XYZ | 1.5 | 0.64 | 6.88 | - |
| YUV | 13.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 76 | 0.82 | 0.99 | 0 | 0.70 | 250.4 | 0.97 | 0.15 |
| Hex | E | 1 | 4C | 52 | 63 | 0 | 46 | FA | 61 | F |
| Octal | 16 | 1 | 114 | 122 | 143 | 0 | 106 | 372 | 141 | 17 |
| Binary | 1110 | 1 | 1001100 | 1010010 | 1100011 | 0 | 1000110 | 11111010 | 1100001 | 1111 |
Color Harmonies of #0E014C
Complementary color
Monochromatic Colors of #0E014C
Black with #0E014C
Text Example
Text Example
White with #0E014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E014C; }
p { color: rgb(14,1,76); }
H1.HeaderClassName
{
color: #0E014C;
}
.AnyTagClassName
{
color: #0E014C;
}
</style>
background-color css
<style>
a { background-color: #0E014C; }
a { background-color: rgb(14,1,76); }
div.DivClassName
{
background-color: #0E014C;
}
.BgClassName
{
background-color: #0E014C;
}
</style>
border-color css
<style>
span { border-color: #0E014C; }
span { border-color: rgb(14,1,76); }
td.TdClassName
{
border-color: #0E014C;
}
.TagClassName
{
border-color: #0E014C;
}
</style>