Shades of Paua #0C0544
Tints of Paua #0C0544
RGB
CMYK
RGB Variations
Color information
#0C0544 (or 0x0C0544) is known color: Paua. HEX triplet: 0C, 05 and 44. RGB value is (12,5,68). Sum of RGB (Red+Green+Blue) = 12+5+68=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 68 (26.95% from 255 or 80% from 85); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C0544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0544 is #F3FABB. Grayscale: #0E0E0E. Windows color (decimal): -15989436 or 4457740. OLE color: 4457740.
HSL color Cylindrical-coordinate representation of color #0C0544: hue angle of 246.67º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0544 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 5 | 68 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.73 |
| HSL | 246.67º | 0.86% | 0.14% | - |
| HSV(B) | 246.67º | 0.93% | 0.27% | - |
| XYZ | 1.25 | 0.6 | 5.52 | - |
| YUV | 14.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 68 | 0.82 | 0.93 | 0 | 0.73 | 246.67 | 0.86 | 0.14 |
| Hex | C | 5 | 44 | 52 | 5D | 0 | 49 | F7 | 56 | E |
| Octal | 14 | 5 | 104 | 122 | 135 | 0 | 111 | 367 | 126 | 16 |
| Binary | 1100 | 101 | 1000100 | 1010010 | 1011101 | 0 | 1001001 | 11110111 | 1010110 | 1110 |
Color Harmonies of #0C0544
Complementary color
Monochromatic Colors of #0C0544
Black with #0C0544
Text Example
Text Example
White with #0C0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0544; }
p { color: rgb(12,5,68); }
H1.HeaderClassName
{
color: #0C0544;
}
.AnyTagClassName
{
color: #0C0544;
}
</style>
background-color css
<style>
a { background-color: #0C0544; }
a { background-color: rgb(12,5,68); }
div.DivClassName
{
background-color: #0C0544;
}
.BgClassName
{
background-color: #0C0544;
}
</style>
border-color css
<style>
span { border-color: #0C0544; }
span { border-color: rgb(12,5,68); }
td.TdClassName
{
border-color: #0C0544;
}
.TagClassName
{
border-color: #0C0544;
}
</style>