Shades of Paua #0C0B49
Tints of Paua #0C0B49
RGB
CMYK
RGB Variations
Color information
#0C0B49 (or 0x0C0B49) is known color: Paua. HEX triplet: 0C, 0B and 49. RGB value is (12,11,73). Sum of RGB (Red+Green+Blue) = 12+11+73=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B49 is #F3F4B6. Grayscale: #121212. Windows color (decimal): -15987895 or 4786956. OLE color: 4786956.
HSL color Cylindrical-coordinate representation of color #0C0B49: hue angle of 240.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0B49 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 11 | 73 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.71 |
| HSL | 240.97º | 0.74% | 0.16% | - |
| HSV(B) | 240.97º | 0.85% | 0.29% | - |
| XYZ | 1.47 | 0.8 | 6.38 | - |
| YUV | 18.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 73 | 0.84 | 0.85 | 0 | 0.71 | 240.97 | 0.74 | 0.16 |
| Hex | C | B | 49 | 54 | 55 | 0 | 47 | F1 | 4A | 10 |
| Octal | 14 | 13 | 111 | 124 | 125 | 0 | 107 | 361 | 112 | 20 |
| Binary | 1100 | 1011 | 1001001 | 1010100 | 1010101 | 0 | 1000111 | 11110001 | 1001010 | 10000 |
Color Harmonies of #0C0B49
Complementary color
Monochromatic Colors of #0C0B49
Black with #0C0B49
Text Example
Text Example
White with #0C0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B49; }
p { color: rgb(12,11,73); }
H1.HeaderClassName
{
color: #0C0B49;
}
.AnyTagClassName
{
color: #0C0B49;
}
</style>
background-color css
<style>
a { background-color: #0C0B49; }
a { background-color: rgb(12,11,73); }
div.DivClassName
{
background-color: #0C0B49;
}
.BgClassName
{
background-color: #0C0B49;
}
</style>
border-color css
<style>
span { border-color: #0C0B49; }
span { border-color: rgb(12,11,73); }
td.TdClassName
{
border-color: #0C0B49;
}
.TagClassName
{
border-color: #0C0B49;
}
</style>