Shades of Paua #0C0243
Tints of Paua #0C0243
RGB
CMYK
RGB Variations
Color information
#0C0243 (or 0x0C0243) is known color: Paua. HEX triplet: 0C, 02 and 43. RGB value is (12,2,67). Sum of RGB (Red+Green+Blue) = 12+2+67=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 67 (26.56% from 255 or 82.72% from 81); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C0243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0243 is #F3FDBC. Grayscale: #0C0C0C. Windows color (decimal): -15990205 or 4391436. OLE color: 4391436.
HSL color Cylindrical-coordinate representation of color #0C0243: hue angle of 249.23º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0243 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 2 | 67 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.74 |
| HSL | 249.23º | 0.94% | 0.14% | - |
| HSV(B) | 249.23º | 0.97% | 0.26% | - |
| XYZ | 1.19 | 0.53 | 5.35 | - |
| YUV | 12.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 67 | 0.82 | 0.97 | 0 | 0.74 | 249.23 | 0.94 | 0.14 |
| Hex | C | 2 | 43 | 52 | 61 | 0 | 4A | F9 | 5E | E |
| Octal | 14 | 2 | 103 | 122 | 141 | 0 | 112 | 371 | 136 | 16 |
| Binary | 1100 | 10 | 1000011 | 1010010 | 1100001 | 0 | 1001010 | 11111001 | 1011110 | 1110 |
Color Harmonies of #0C0243
Complementary color
Monochromatic Colors of #0C0243
Black with #0C0243
Text Example
Text Example
White with #0C0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0243; }
p { color: rgb(12,2,67); }
H1.HeaderClassName
{
color: #0C0243;
}
.AnyTagClassName
{
color: #0C0243;
}
</style>
background-color css
<style>
a { background-color: #0C0243; }
a { background-color: rgb(12,2,67); }
div.DivClassName
{
background-color: #0C0243;
}
.BgClassName
{
background-color: #0C0243;
}
</style>
border-color css
<style>
span { border-color: #0C0243; }
span { border-color: rgb(12,2,67); }
td.TdClassName
{
border-color: #0C0243;
}
.TagClassName
{
border-color: #0C0243;
}
</style>