Shades of Paua #0C0847
Tints of Paua #0C0847
RGB
CMYK
RGB Variations
Color information
#0C0847 (or 0x0C0847) is known color: Paua. HEX triplet: 0C, 08 and 47. RGB value is (12,8,71). Sum of RGB (Red+Green+Blue) = 12+8+71=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0847 is #F3F7B8. Grayscale: #101010. Windows color (decimal): -15988665 or 4655116. OLE color: 4655116.
HSL color Cylindrical-coordinate representation of color #0C0847: hue angle of 243.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0847 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 8 | 71 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.72 |
| HSL | 243.81º | 0.8% | 0.15% | - |
| HSV(B) | 243.81º | 0.89% | 0.28% | - |
| XYZ | 1.38 | 0.71 | 6.03 | - |
| YUV | 16.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 71 | 0.83 | 0.89 | 0 | 0.72 | 243.81 | 0.8 | 0.15 |
| Hex | C | 8 | 47 | 53 | 59 | 0 | 48 | F4 | 50 | F |
| Octal | 14 | 10 | 107 | 123 | 131 | 0 | 110 | 364 | 120 | 17 |
| Binary | 1100 | 1000 | 1000111 | 1010011 | 1011001 | 0 | 1001000 | 11110100 | 1010000 | 1111 |
Color Harmonies of #0C0847
Complementary color
Monochromatic Colors of #0C0847
Black with #0C0847
Text Example
Text Example
White with #0C0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0847; }
p { color: rgb(12,8,71); }
H1.HeaderClassName
{
color: #0C0847;
}
.AnyTagClassName
{
color: #0C0847;
}
</style>
background-color css
<style>
a { background-color: #0C0847; }
a { background-color: rgb(12,8,71); }
div.DivClassName
{
background-color: #0C0847;
}
.BgClassName
{
background-color: #0C0847;
}
</style>
border-color css
<style>
span { border-color: #0C0847; }
span { border-color: rgb(12,8,71); }
td.TdClassName
{
border-color: #0C0847;
}
.TagClassName
{
border-color: #0C0847;
}
</style>