Shades of Paua #0E064B
Tints of Paua #0E064B
RGB
CMYK
RGB Variations
Color information
#0E064B (or 0x0E064B) is known color: Paua. HEX triplet: 0E, 06 and 4B. RGB value is (14,6,75). Sum of RGB (Red+Green+Blue) = 14+6+75=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E064B is #F1F9B4. Grayscale: #0F0F0F. Windows color (decimal): -15858101 or 4916750. OLE color: 4916750.
HSL color Cylindrical-coordinate representation of color #0E064B: hue angle of 246.96º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E064B is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 6 | 75 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.71 |
| HSL | 246.96º | 0.85% | 0.16% | - |
| HSV(B) | 246.96º | 0.92% | 0.29% | - |
| XYZ | 1.52 | 0.73 | 6.72 | - |
| YUV | 16.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 75 | 0.81 | 0.92 | 0 | 0.71 | 246.96 | 0.85 | 0.16 |
| Hex | E | 6 | 4B | 51 | 5C | 0 | 47 | F7 | 55 | 10 |
| Octal | 16 | 6 | 113 | 121 | 134 | 0 | 107 | 367 | 125 | 20 |
| Binary | 1110 | 110 | 1001011 | 1010001 | 1011100 | 0 | 1000111 | 11110111 | 1010101 | 10000 |
Color Harmonies of #0E064B
Complementary color
Monochromatic Colors of #0E064B
Black with #0E064B
Text Example
Text Example
White with #0E064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E064B; }
p { color: rgb(14,6,75); }
H1.HeaderClassName
{
color: #0E064B;
}
.AnyTagClassName
{
color: #0E064B;
}
</style>
background-color css
<style>
a { background-color: #0E064B; }
a { background-color: rgb(14,6,75); }
div.DivClassName
{
background-color: #0E064B;
}
.BgClassName
{
background-color: #0E064B;
}
</style>
border-color css
<style>
span { border-color: #0E064B; }
span { border-color: rgb(14,6,75); }
td.TdClassName
{
border-color: #0E064B;
}
.TagClassName
{
border-color: #0E064B;
}
</style>