Shades of Paua #0C0947
Tints of Paua #0C0947
RGB
CMYK
RGB Variations
Color information
#0C0947 (or 0x0C0947) is known color: Paua. HEX triplet: 0C, 09 and 47. RGB value is (12,9,71). Sum of RGB (Red+Green+Blue) = 12+9+71=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0947 is #F3F6B8. Grayscale: #101010. Windows color (decimal): -15988409 or 4655372. OLE color: 4655372.
HSL color Cylindrical-coordinate representation of color #0C0947: hue angle of 242.9º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0947 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 9 | 71 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.72 |
| HSL | 242.9º | 0.78% | 0.16% | - |
| HSV(B) | 242.9º | 0.87% | 0.28% | - |
| XYZ | 1.39 | 0.73 | 6.03 | - |
| YUV | 16.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 71 | 0.83 | 0.87 | 0 | 0.72 | 242.9 | 0.78 | 0.16 |
| Hex | C | 9 | 47 | 53 | 57 | 0 | 48 | F3 | 4E | 10 |
| Octal | 14 | 11 | 107 | 123 | 127 | 0 | 110 | 363 | 116 | 20 |
| Binary | 1100 | 1001 | 1000111 | 1010011 | 1010111 | 0 | 1001000 | 11110011 | 1001110 | 10000 |
Color Harmonies of #0C0947
Complementary color
Monochromatic Colors of #0C0947
Black with #0C0947
Text Example
Text Example
White with #0C0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0947; }
p { color: rgb(12,9,71); }
H1.HeaderClassName
{
color: #0C0947;
}
.AnyTagClassName
{
color: #0C0947;
}
</style>
background-color css
<style>
a { background-color: #0C0947; }
a { background-color: rgb(12,9,71); }
div.DivClassName
{
background-color: #0C0947;
}
.BgClassName
{
background-color: #0C0947;
}
</style>
border-color css
<style>
span { border-color: #0C0947; }
span { border-color: rgb(12,9,71); }
td.TdClassName
{
border-color: #0C0947;
}
.TagClassName
{
border-color: #0C0947;
}
</style>