Shades of Paua #0F0B49
Tints of Paua #0F0B49
RGB
CMYK
RGB Variations
Color information
#0F0B49 (or 0x0F0B49) is known color: Paua. HEX triplet: 0F, 0B and 49. RGB value is (15,11,73). Sum of RGB (Red+Green+Blue) = 15+11+73=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F0B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B49 is #F0F4B6. Grayscale: #131313. Windows color (decimal): -15791287 or 4786959. OLE color: 4786959.
HSL color Cylindrical-coordinate representation of color #0F0B49: hue angle of 243.87º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0B49 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 11 | 73 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.71 |
| HSL | 243.87º | 0.74% | 0.16% | - |
| HSV(B) | 243.87º | 0.85% | 0.29% | - |
| XYZ | 1.52 | 0.82 | 6.38 | - |
| YUV | 19.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 73 | 0.79 | 0.85 | 0 | 0.71 | 243.87 | 0.74 | 0.16 |
| Hex | F | B | 49 | 4F | 55 | 0 | 47 | F4 | 4A | 10 |
| Octal | 17 | 13 | 111 | 117 | 125 | 0 | 107 | 364 | 112 | 20 |
| Binary | 1111 | 1011 | 1001001 | 1001111 | 1010101 | 0 | 1000111 | 11110100 | 1001010 | 10000 |
Color Harmonies of #0F0B49
Complementary color
Monochromatic Colors of #0F0B49
Black with #0F0B49
Text Example
Text Example
White with #0F0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B49; }
p { color: rgb(15,11,73); }
H1.HeaderClassName
{
color: #0F0B49;
}
.AnyTagClassName
{
color: #0F0B49;
}
</style>
background-color css
<style>
a { background-color: #0F0B49; }
a { background-color: rgb(15,11,73); }
div.DivClassName
{
background-color: #0F0B49;
}
.BgClassName
{
background-color: #0F0B49;
}
</style>
border-color css
<style>
span { border-color: #0F0B49; }
span { border-color: rgb(15,11,73); }
td.TdClassName
{
border-color: #0F0B49;
}
.TagClassName
{
border-color: #0F0B49;
}
</style>