Shades of Paua #0E034C
Tints of Paua #0E034C
RGB
CMYK
RGB Variations
Color information
#0E034C (or 0x0E034C) is known color: Paua. HEX triplet: 0E, 03 and 4C. RGB value is (14,3,76). Sum of RGB (Red+Green+Blue) = 14+3+76=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E034C is #F1FCB3. Grayscale: #0E0E0E. Windows color (decimal): -15858868 or 4981518. OLE color: 4981518.
HSL color Cylindrical-coordinate representation of color #0E034C: hue angle of 249.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E034C is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 3 | 76 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.70 |
| HSL | 249.04º | 0.92% | 0.15% | - |
| HSV(B) | 249.04º | 0.96% | 0.3% | - |
| XYZ | 1.52 | 0.68 | 6.89 | - |
| YUV | 14.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 76 | 0.82 | 0.96 | 0 | 0.70 | 249.04 | 0.92 | 0.15 |
| Hex | E | 3 | 4C | 52 | 60 | 0 | 46 | F9 | 5C | F |
| Octal | 16 | 3 | 114 | 122 | 140 | 0 | 106 | 371 | 134 | 17 |
| Binary | 1110 | 11 | 1001100 | 1010010 | 1100000 | 0 | 1000110 | 11111001 | 1011100 | 1111 |
Color Harmonies of #0E034C
Complementary color
Monochromatic Colors of #0E034C
Black with #0E034C
Text Example
Text Example
White with #0E034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E034C; }
p { color: rgb(14,3,76); }
H1.HeaderClassName
{
color: #0E034C;
}
.AnyTagClassName
{
color: #0E034C;
}
</style>
background-color css
<style>
a { background-color: #0E034C; }
a { background-color: rgb(14,3,76); }
div.DivClassName
{
background-color: #0E034C;
}
.BgClassName
{
background-color: #0E034C;
}
</style>
border-color css
<style>
span { border-color: #0E034C; }
span { border-color: rgb(14,3,76); }
td.TdClassName
{
border-color: #0E034C;
}
.TagClassName
{
border-color: #0E034C;
}
</style>