Shades of Paua #0E073E
Tints of Paua #0E073E
RGB
CMYK
RGB Variations
Color information
#0E073E (or 0x0E073E) is known color: Paua. HEX triplet: 0E, 07 and 3E. RGB value is (14,7,62). Sum of RGB (Red+Green+Blue) = 14+7+62=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E073E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E073E is #F1F8C1. Grayscale: #0F0F0F. Windows color (decimal): -15857858 or 4065038. OLE color: 4065038.
HSL color Cylindrical-coordinate representation of color #0E073E: hue angle of 247.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E073E is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 7 | 62 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.76 |
| HSL | 247.64º | 0.8% | 0.14% | - |
| HSV(B) | 247.64º | 0.89% | 0.24% | - |
| XYZ | 1.13 | 0.59 | 4.61 | - |
| YUV | 15.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 62 | 0.77 | 0.89 | 0 | 0.76 | 247.64 | 0.8 | 0.14 |
| Hex | E | 7 | 3E | 4D | 59 | 0 | 4C | F8 | 50 | E |
| Octal | 16 | 7 | 76 | 115 | 131 | 0 | 114 | 370 | 120 | 16 |
| Binary | 1110 | 111 | 111110 | 1001101 | 1011001 | 0 | 1001100 | 11111000 | 1010000 | 1110 |
Color Harmonies of #0E073E
Complementary color
Monochromatic Colors of #0E073E
Black with #0E073E
Text Example
Text Example
White with #0E073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E073E; }
p { color: rgb(14,7,62); }
H1.HeaderClassName
{
color: #0E073E;
}
.AnyTagClassName
{
color: #0E073E;
}
</style>
background-color css
<style>
a { background-color: #0E073E; }
a { background-color: rgb(14,7,62); }
div.DivClassName
{
background-color: #0E073E;
}
.BgClassName
{
background-color: #0E073E;
}
</style>
border-color css
<style>
span { border-color: #0E073E; }
span { border-color: rgb(14,7,62); }
td.TdClassName
{
border-color: #0E073E;
}
.TagClassName
{
border-color: #0E073E;
}
</style>