Shades of Paua #0F0547
Tints of Paua #0F0547
RGB
CMYK
RGB Variations
Color information
#0F0547 (or 0x0F0547) is known color: Paua. HEX triplet: 0F, 05 and 47. RGB value is (15,5,71). Sum of RGB (Red+Green+Blue) = 15+5+71=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F0547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0547 is #F0FAB8. Grayscale: #0F0F0F. Windows color (decimal): -15792825 or 4654351. OLE color: 4654351.
HSL color Cylindrical-coordinate representation of color #0F0547: hue angle of 249.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0547 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 5 | 71 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.72 |
| HSL | 249.09º | 0.87% | 0.15% | - |
| HSV(B) | 249.09º | 0.93% | 0.28% | - |
| XYZ | 1.39 | 0.67 | 6.02 | - |
| YUV | 15.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 71 | 0.79 | 0.93 | 0 | 0.72 | 249.09 | 0.87 | 0.15 |
| Hex | F | 5 | 47 | 4F | 5D | 0 | 48 | F9 | 57 | F |
| Octal | 17 | 5 | 107 | 117 | 135 | 0 | 110 | 371 | 127 | 17 |
| Binary | 1111 | 101 | 1000111 | 1001111 | 1011101 | 0 | 1001000 | 11111001 | 1010111 | 1111 |
Color Harmonies of #0F0547
Complementary color
Monochromatic Colors of #0F0547
Black with #0F0547
Text Example
Text Example
White with #0F0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0547; }
p { color: rgb(15,5,71); }
H1.HeaderClassName
{
color: #0F0547;
}
.AnyTagClassName
{
color: #0F0547;
}
</style>
background-color css
<style>
a { background-color: #0F0547; }
a { background-color: rgb(15,5,71); }
div.DivClassName
{
background-color: #0F0547;
}
.BgClassName
{
background-color: #0F0547;
}
</style>
border-color css
<style>
span { border-color: #0F0547; }
span { border-color: rgb(15,5,71); }
td.TdClassName
{
border-color: #0F0547;
}
.TagClassName
{
border-color: #0F0547;
}
</style>