Shades of Paua #0C0443
Tints of Paua #0C0443
RGB
CMYK
RGB Variations
Color information
#0C0443 (or 0x0C0443) is known color: Paua. HEX triplet: 0C, 04 and 43. RGB value is (12,4,67). Sum of RGB (Red+Green+Blue) = 12+4+67=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 67 (26.56% from 255 or 80.72% from 83); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C0443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0443 is #F3FBBC. Grayscale: #0D0D0D. Windows color (decimal): -15989693 or 4391948. OLE color: 4391948.
HSL color Cylindrical-coordinate representation of color #0C0443: hue angle of 247.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0443 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 4 | 67 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.74 |
| HSL | 247.62º | 0.89% | 0.14% | - |
| HSV(B) | 247.62º | 0.94% | 0.26% | - |
| XYZ | 1.21 | 0.57 | 5.36 | - |
| YUV | 13.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 67 | 0.82 | 0.94 | 0 | 0.74 | 247.62 | 0.89 | 0.14 |
| Hex | C | 4 | 43 | 52 | 5E | 0 | 4A | F8 | 59 | E |
| Octal | 14 | 4 | 103 | 122 | 136 | 0 | 112 | 370 | 131 | 16 |
| Binary | 1100 | 100 | 1000011 | 1010010 | 1011110 | 0 | 1001010 | 11111000 | 1011001 | 1110 |
Color Harmonies of #0C0443
Complementary color
Monochromatic Colors of #0C0443
Black with #0C0443
Text Example
Text Example
White with #0C0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0443; }
p { color: rgb(12,4,67); }
H1.HeaderClassName
{
color: #0C0443;
}
.AnyTagClassName
{
color: #0C0443;
}
</style>
background-color css
<style>
a { background-color: #0C0443; }
a { background-color: rgb(12,4,67); }
div.DivClassName
{
background-color: #0C0443;
}
.BgClassName
{
background-color: #0C0443;
}
</style>
border-color css
<style>
span { border-color: #0C0443; }
span { border-color: rgb(12,4,67); }
td.TdClassName
{
border-color: #0C0443;
}
.TagClassName
{
border-color: #0C0443;
}
</style>