Shades of Paua #0F0447
Tints of Paua #0F0447
RGB
CMYK
RGB Variations
Color information
#0F0447 (or 0x0F0447) is known color: Paua. HEX triplet: 0F, 04 and 47. RGB value is (15,4,71). Sum of RGB (Red+Green+Blue) = 15+4+71=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F0447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0447 is #F0FBB8. Grayscale: #0E0E0E. Windows color (decimal): -15793081 or 4654095. OLE color: 4654095.
HSL color Cylindrical-coordinate representation of color #0F0447: hue angle of 249.85º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0447 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 4 | 71 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.72 |
| HSL | 249.85º | 0.89% | 0.15% | - |
| HSV(B) | 249.85º | 0.94% | 0.28% | - |
| XYZ | 1.38 | 0.64 | 6.01 | - |
| YUV | 14.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 71 | 0.79 | 0.94 | 0 | 0.72 | 249.85 | 0.89 | 0.15 |
| Hex | F | 4 | 47 | 4F | 5E | 0 | 48 | FA | 59 | F |
| Octal | 17 | 4 | 107 | 117 | 136 | 0 | 110 | 372 | 131 | 17 |
| Binary | 1111 | 100 | 1000111 | 1001111 | 1011110 | 0 | 1001000 | 11111010 | 1011001 | 1111 |
Color Harmonies of #0F0447
Complementary color
Monochromatic Colors of #0F0447
Black with #0F0447
Text Example
Text Example
White with #0F0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0447; }
p { color: rgb(15,4,71); }
H1.HeaderClassName
{
color: #0F0447;
}
.AnyTagClassName
{
color: #0F0447;
}
</style>
background-color css
<style>
a { background-color: #0F0447; }
a { background-color: rgb(15,4,71); }
div.DivClassName
{
background-color: #0F0447;
}
.BgClassName
{
background-color: #0F0447;
}
</style>
border-color css
<style>
span { border-color: #0F0447; }
span { border-color: rgb(15,4,71); }
td.TdClassName
{
border-color: #0F0447;
}
.TagClassName
{
border-color: #0F0447;
}
</style>