Shades of Paua #0F0C49
Tints of Paua #0F0C49
RGB
CMYK
RGB Variations
Color information
#0F0C49 (or 0x0F0C49) is known color: Paua. HEX triplet: 0F, 0C and 49. RGB value is (15,12,73). Sum of RGB (Red+Green+Blue) = 15+12+73=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F0C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C49 is #F0F3B6. Grayscale: #131313. Windows color (decimal): -15791031 or 4787215. OLE color: 4787215.
HSL color Cylindrical-coordinate representation of color #0F0C49: hue angle of 242.95º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F0C49 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 12 | 73 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.71 |
| HSL | 242.95º | 0.72% | 0.17% | - |
| HSV(B) | 242.95º | 0.84% | 0.29% | - |
| XYZ | 1.53 | 0.85 | 6.39 | - |
| YUV | 19.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 73 | 0.79 | 0.84 | 0 | 0.71 | 242.95 | 0.72 | 0.17 |
| Hex | F | C | 49 | 4F | 54 | 0 | 47 | F3 | 48 | 11 |
| Octal | 17 | 14 | 111 | 117 | 124 | 0 | 107 | 363 | 110 | 21 |
| Binary | 1111 | 1100 | 1001001 | 1001111 | 1010100 | 0 | 1000111 | 11110011 | 1001000 | 10001 |
Color Harmonies of #0F0C49
Complementary color
Monochromatic Colors of #0F0C49
Black with #0F0C49
Text Example
Text Example
White with #0F0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C49; }
p { color: rgb(15,12,73); }
H1.HeaderClassName
{
color: #0F0C49;
}
.AnyTagClassName
{
color: #0F0C49;
}
</style>
background-color css
<style>
a { background-color: #0F0C49; }
a { background-color: rgb(15,12,73); }
div.DivClassName
{
background-color: #0F0C49;
}
.BgClassName
{
background-color: #0F0C49;
}
</style>
border-color css
<style>
span { border-color: #0F0C49; }
span { border-color: rgb(15,12,73); }
td.TdClassName
{
border-color: #0F0C49;
}
.TagClassName
{
border-color: #0F0C49;
}
</style>