Shades of Paua #0E044C
Tints of Paua #0E044C
RGB
CMYK
RGB Variations
Color information
#0E044C (or 0x0E044C) is known color: Paua. HEX triplet: 0E, 04 and 4C. RGB value is (14,4,76). Sum of RGB (Red+Green+Blue) = 14+4+76=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E044C is #F1FBB3. Grayscale: #0E0E0E. Windows color (decimal): -15858612 or 4981774. OLE color: 4981774.
HSL color Cylindrical-coordinate representation of color #0E044C: hue angle of 248.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E044C is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 4 | 76 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.70 |
| HSL | 248.33º | 0.9% | 0.16% | - |
| HSV(B) | 248.33º | 0.95% | 0.3% | - |
| XYZ | 1.53 | 0.7 | 6.89 | - |
| YUV | 15.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 76 | 0.82 | 0.95 | 0 | 0.70 | 248.33 | 0.9 | 0.16 |
| Hex | E | 4 | 4C | 52 | 5F | 0 | 46 | F8 | 5A | 10 |
| Octal | 16 | 4 | 114 | 122 | 137 | 0 | 106 | 370 | 132 | 20 |
| Binary | 1110 | 100 | 1001100 | 1010010 | 1011111 | 0 | 1000110 | 11111000 | 1011010 | 10000 |
Color Harmonies of #0E044C
Complementary color
Monochromatic Colors of #0E044C
Black with #0E044C
Text Example
Text Example
White with #0E044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E044C; }
p { color: rgb(14,4,76); }
H1.HeaderClassName
{
color: #0E044C;
}
.AnyTagClassName
{
color: #0E044C;
}
</style>
background-color css
<style>
a { background-color: #0E044C; }
a { background-color: rgb(14,4,76); }
div.DivClassName
{
background-color: #0E044C;
}
.BgClassName
{
background-color: #0E044C;
}
</style>
border-color css
<style>
span { border-color: #0E044C; }
span { border-color: rgb(14,4,76); }
td.TdClassName
{
border-color: #0E044C;
}
.TagClassName
{
border-color: #0E044C;
}
</style>