Shades of Paua #0E094D
Tints of Paua #0E094D
RGB
CMYK
RGB Variations
Color information
#0E094D (or 0x0E094D) is known color: Paua. HEX triplet: 0E, 09 and 4D. RGB value is (14,9,77). Sum of RGB (Red+Green+Blue) = 14+9+77=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E094D is #F1F6B2. Grayscale: #111111. Windows color (decimal): -15857331 or 5048590. OLE color: 5048590.
HSL color Cylindrical-coordinate representation of color #0E094D: hue angle of 244.41º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E094D is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 9 | 77 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.70 |
| HSL | 244.41º | 0.79% | 0.17% | - |
| HSV(B) | 244.41º | 0.88% | 0.3% | - |
| XYZ | 1.62 | 0.82 | 7.1 | - |
| YUV | 18.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 77 | 0.82 | 0.88 | 0 | 0.70 | 244.41 | 0.79 | 0.17 |
| Hex | E | 9 | 4D | 52 | 58 | 0 | 46 | F4 | 4F | 11 |
| Octal | 16 | 11 | 115 | 122 | 130 | 0 | 106 | 364 | 117 | 21 |
| Binary | 1110 | 1001 | 1001101 | 1010010 | 1011000 | 0 | 1000110 | 11110100 | 1001111 | 10001 |
Color Harmonies of #0E094D
Complementary color
Monochromatic Colors of #0E094D
Black with #0E094D
Text Example
Text Example
White with #0E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E094D; }
p { color: rgb(14,9,77); }
H1.HeaderClassName
{
color: #0E094D;
}
.AnyTagClassName
{
color: #0E094D;
}
</style>
background-color css
<style>
a { background-color: #0E094D; }
a { background-color: rgb(14,9,77); }
div.DivClassName
{
background-color: #0E094D;
}
.BgClassName
{
background-color: #0E094D;
}
</style>
border-color css
<style>
span { border-color: #0E094D; }
span { border-color: rgb(14,9,77); }
td.TdClassName
{
border-color: #0E094D;
}
.TagClassName
{
border-color: #0E094D;
}
</style>