Shades of Paua #0E0845
Tints of Paua #0E0845
RGB
CMYK
RGB Variations
Color information
#0E0845 (or 0x0E0845) is known color: Paua. HEX triplet: 0E, 08 and 45. RGB value is (14,8,69). Sum of RGB (Red+Green+Blue) = 14+8+69=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 69 (27.34% from 255 or 75.82% from 91); Max value from RGB is 69 - color contains mainly: blue. Hex color #0E0845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0845 is #F1F7BA. Grayscale: #101010. Windows color (decimal): -15857595 or 4524046. OLE color: 4524046.
HSL color Cylindrical-coordinate representation of color #0E0845: hue angle of 245.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0845 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 8 | 69 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.73 |
| HSL | 245.9º | 0.79% | 0.15% | - |
| HSV(B) | 245.9º | 0.88% | 0.27% | - |
| XYZ | 1.34 | 0.7 | 5.69 | - |
| YUV | 16.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 69 | 0.80 | 0.88 | 0 | 0.73 | 245.9 | 0.79 | 0.15 |
| Hex | E | 8 | 45 | 50 | 58 | 0 | 49 | F6 | 4F | F |
| Octal | 16 | 10 | 105 | 120 | 130 | 0 | 111 | 366 | 117 | 17 |
| Binary | 1110 | 1000 | 1000101 | 1010000 | 1011000 | 0 | 1001001 | 11110110 | 1001111 | 1111 |
Color Harmonies of #0E0845
Complementary color
Monochromatic Colors of #0E0845
Black with #0E0845
Text Example
Text Example
White with #0E0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0845; }
p { color: rgb(14,8,69); }
H1.HeaderClassName
{
color: #0E0845;
}
.AnyTagClassName
{
color: #0E0845;
}
</style>
background-color css
<style>
a { background-color: #0E0845; }
a { background-color: rgb(14,8,69); }
div.DivClassName
{
background-color: #0E0845;
}
.BgClassName
{
background-color: #0E0845;
}
</style>
border-color css
<style>
span { border-color: #0E0845; }
span { border-color: rgb(14,8,69); }
td.TdClassName
{
border-color: #0E0845;
}
.TagClassName
{
border-color: #0E0845;
}
</style>