Shades of Paua #0C0049
Tints of Paua #0C0049
RGB
CMYK
RGB Variations
Color information
#0C0049 (or 0x0C0049) is known color: Paua. HEX triplet: 0C, 00 and 49. RGB value is (12,0,73). Sum of RGB (Red+Green+Blue) = 12+0+73=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0049 is #F3FFB6. Grayscale: #0B0B0B. Windows color (decimal): -15990711 or 4784140. OLE color: 4784140.
HSL color Cylindrical-coordinate representation of color #0C0049: hue angle of 249.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0049 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 0 | 73 | - |
| CMYK | 0.84 | 1 | 0 | 0.71 |
| HSL | 249.86º | 1% | 0.14% | - |
| HSV(B) | 249.86º | 1% | 0.29% | - |
| XYZ | 1.35 | 0.56 | 6.34 | - |
| YUV | 11.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 73 | 0.84 | 1 | 0 | 0.71 | 249.86 | 1 | 0.14 |
| Hex | C | 0 | 49 | 54 | 64 | 0 | 47 | FA | 64 | E |
| Octal | 14 | 0 | 111 | 124 | 144 | 0 | 107 | 372 | 144 | 16 |
| Binary | 1100 | 0 | 1001001 | 1010100 | 1100100 | 0 | 1000111 | 11111010 | 1100100 | 1110 |
Color Harmonies of #0C0049
Complementary color
Monochromatic Colors of #0C0049
Black with #0C0049
Text Example
Text Example
White with #0C0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0049; }
p { color: rgb(12,0,73); }
H1.HeaderClassName
{
color: #0C0049;
}
.AnyTagClassName
{
color: #0C0049;
}
</style>
background-color css
<style>
a { background-color: #0C0049; }
a { background-color: rgb(12,0,73); }
div.DivClassName
{
background-color: #0C0049;
}
.BgClassName
{
background-color: #0C0049;
}
</style>
border-color css
<style>
span { border-color: #0C0049; }
span { border-color: rgb(12,0,73); }
td.TdClassName
{
border-color: #0C0049;
}
.TagClassName
{
border-color: #0C0049;
}
</style>