Shades of Paua #0F0843
Tints of Paua #0F0843
RGB
CMYK
RGB Variations
Color information
#0F0843 (or 0x0F0843) is known color: Paua. HEX triplet: 0F, 08 and 43. RGB value is (15,8,67). Sum of RGB (Red+Green+Blue) = 15+8+67=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 67 (26.56% from 255 or 74.44% from 90); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F0843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0843 is #F0F7BC. Grayscale: #101010. Windows color (decimal): -15792061 or 4392975. OLE color: 4392975.
HSL color Cylindrical-coordinate representation of color #0F0843: hue angle of 247.12º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0843 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 8 | 67 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.74 |
| HSL | 247.12º | 0.79% | 0.15% | - |
| HSV(B) | 247.12º | 0.88% | 0.26% | - |
| XYZ | 1.3 | 0.68 | 5.37 | - |
| YUV | 16.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 67 | 0.78 | 0.88 | 0 | 0.74 | 247.12 | 0.79 | 0.15 |
| Hex | F | 8 | 43 | 4E | 58 | 0 | 4A | F7 | 4F | F |
| Octal | 17 | 10 | 103 | 116 | 130 | 0 | 112 | 367 | 117 | 17 |
| Binary | 1111 | 1000 | 1000011 | 1001110 | 1011000 | 0 | 1001010 | 11110111 | 1001111 | 1111 |
Color Harmonies of #0F0843
Complementary color
Monochromatic Colors of #0F0843
Black with #0F0843
Text Example
Text Example
White with #0F0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0843; }
p { color: rgb(15,8,67); }
H1.HeaderClassName
{
color: #0F0843;
}
.AnyTagClassName
{
color: #0F0843;
}
</style>
background-color css
<style>
a { background-color: #0F0843; }
a { background-color: rgb(15,8,67); }
div.DivClassName
{
background-color: #0F0843;
}
.BgClassName
{
background-color: #0F0843;
}
</style>
border-color css
<style>
span { border-color: #0F0843; }
span { border-color: rgb(15,8,67); }
td.TdClassName
{
border-color: #0F0843;
}
.TagClassName
{
border-color: #0F0843;
}
</style>