Shades of Paua #0F064E
Tints of Paua #0F064E
RGB
CMYK
RGB Variations
Color information
#0F064E (or 0x0F064E) is known color: Paua. HEX triplet: 0F, 06 and 4E. RGB value is (15,6,78). Sum of RGB (Red+Green+Blue) = 15+6+78=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F064E is #F0F9B1. Grayscale: #101010. Windows color (decimal): -15792562 or 5113359. OLE color: 5113359.
HSL color Cylindrical-coordinate representation of color #0F064E: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F064E is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 6 | 78 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.69 |
| HSL | 247.5º | 0.86% | 0.16% | - |
| HSV(B) | 247.5º | 0.92% | 0.31% | - |
| XYZ | 1.64 | 0.78 | 7.27 | - |
| YUV | 16.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 78 | 0.81 | 0.92 | 0 | 0.69 | 247.5 | 0.86 | 0.16 |
| Hex | F | 6 | 4E | 51 | 5C | 0 | 45 | F8 | 56 | 10 |
| Octal | 17 | 6 | 116 | 121 | 134 | 0 | 105 | 370 | 126 | 20 |
| Binary | 1111 | 110 | 1001110 | 1010001 | 1011100 | 0 | 1000101 | 11111000 | 1010110 | 10000 |
Color Harmonies of #0F064E
Complementary color
Monochromatic Colors of #0F064E
Black with #0F064E
Text Example
Text Example
White with #0F064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F064E; }
p { color: rgb(15,6,78); }
H1.HeaderClassName
{
color: #0F064E;
}
.AnyTagClassName
{
color: #0F064E;
}
</style>
background-color css
<style>
a { background-color: #0F064E; }
a { background-color: rgb(15,6,78); }
div.DivClassName
{
background-color: #0F064E;
}
.BgClassName
{
background-color: #0F064E;
}
</style>
border-color css
<style>
span { border-color: #0F064E; }
span { border-color: rgb(15,6,78); }
td.TdClassName
{
border-color: #0F064E;
}
.TagClassName
{
border-color: #0F064E;
}
</style>