Shades of Paua #0F0844
Tints of Paua #0F0844
RGB
CMYK
RGB Variations
Color information
#0F0844 (or 0x0F0844) is known color: Paua. HEX triplet: 0F, 08 and 44. RGB value is (15,8,68). Sum of RGB (Red+Green+Blue) = 15+8+68=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F0844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0844 is #F0F7BB. Grayscale: #101010. Windows color (decimal): -15792060 or 4458511. OLE color: 4458511.
HSL color Cylindrical-coordinate representation of color #0F0844: hue angle of 247º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0844 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 8 | 68 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.73 |
| HSL | 247º | 0.79% | 0.15% | - |
| HSV(B) | 247º | 0.88% | 0.27% | - |
| XYZ | 1.33 | 0.69 | 5.53 | - |
| YUV | 16.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 68 | 0.78 | 0.88 | 0 | 0.73 | 247 | 0.79 | 0.15 |
| Hex | F | 8 | 44 | 4E | 58 | 0 | 49 | F7 | 4F | F |
| Octal | 17 | 10 | 104 | 116 | 130 | 0 | 111 | 367 | 117 | 17 |
| Binary | 1111 | 1000 | 1000100 | 1001110 | 1011000 | 0 | 1001001 | 11110111 | 1001111 | 1111 |
Color Harmonies of #0F0844
Complementary color
Monochromatic Colors of #0F0844
Black with #0F0844
Text Example
Text Example
White with #0F0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0844; }
p { color: rgb(15,8,68); }
H1.HeaderClassName
{
color: #0F0844;
}
.AnyTagClassName
{
color: #0F0844;
}
</style>
background-color css
<style>
a { background-color: #0F0844; }
a { background-color: rgb(15,8,68); }
div.DivClassName
{
background-color: #0F0844;
}
.BgClassName
{
background-color: #0F0844;
}
</style>
border-color css
<style>
span { border-color: #0F0844; }
span { border-color: rgb(15,8,68); }
td.TdClassName
{
border-color: #0F0844;
}
.TagClassName
{
border-color: #0F0844;
}
</style>