Shades of Paua #0E034D
Tints of Paua #0E034D
RGB
CMYK
RGB Variations
Color information
#0E034D (or 0x0E034D) is known color: Paua. HEX triplet: 0E, 03 and 4D. RGB value is (14,3,77). Sum of RGB (Red+Green+Blue) = 14+3+77=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E034D is #F1FCB2. Grayscale: #0E0E0E. Windows color (decimal): -15858867 or 5047054. OLE color: 5047054.
HSL color Cylindrical-coordinate representation of color #0E034D: hue angle of 248.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E034D is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 3 | 77 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.70 |
| HSL | 248.92º | 0.93% | 0.16% | - |
| HSV(B) | 248.92º | 0.96% | 0.3% | - |
| XYZ | 1.55 | 0.69 | 7.07 | - |
| YUV | 14.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 77 | 0.82 | 0.96 | 0 | 0.70 | 248.92 | 0.93 | 0.16 |
| Hex | E | 3 | 4D | 52 | 60 | 0 | 46 | F9 | 5C | 10 |
| Octal | 16 | 3 | 115 | 122 | 140 | 0 | 106 | 371 | 134 | 20 |
| Binary | 1110 | 11 | 1001101 | 1010010 | 1100000 | 0 | 1000110 | 11111001 | 1011100 | 10000 |
Color Harmonies of #0E034D
Complementary color
Monochromatic Colors of #0E034D
Black with #0E034D
Text Example
Text Example
White with #0E034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E034D; }
p { color: rgb(14,3,77); }
H1.HeaderClassName
{
color: #0E034D;
}
.AnyTagClassName
{
color: #0E034D;
}
</style>
background-color css
<style>
a { background-color: #0E034D; }
a { background-color: rgb(14,3,77); }
div.DivClassName
{
background-color: #0E034D;
}
.BgClassName
{
background-color: #0E034D;
}
</style>
border-color css
<style>
span { border-color: #0E034D; }
span { border-color: rgb(14,3,77); }
td.TdClassName
{
border-color: #0E034D;
}
.TagClassName
{
border-color: #0E034D;
}
</style>