Shades of Paua #0C044A
Tints of Paua #0C044A
RGB
CMYK
RGB Variations
Color information
#0C044A (or 0x0C044A) is known color: Paua. HEX triplet: 0C, 04 and 4A. RGB value is (12,4,74). Sum of RGB (Red+Green+Blue) = 12+4+74=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C044A is #F3FBB5. Grayscale: #0E0E0E. Windows color (decimal): -15989686 or 4850700. OLE color: 4850700.
HSL color Cylindrical-coordinate representation of color #0C044A: hue angle of 246.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C044A is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 4 | 74 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.71 |
| HSL | 246.86º | 0.9% | 0.15% | - |
| HSV(B) | 246.86º | 0.95% | 0.29% | - |
| XYZ | 1.43 | 0.66 | 6.53 | - |
| YUV | 14.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 74 | 0.84 | 0.95 | 0 | 0.71 | 246.86 | 0.9 | 0.15 |
| Hex | C | 4 | 4A | 54 | 5F | 0 | 47 | F7 | 5A | F |
| Octal | 14 | 4 | 112 | 124 | 137 | 0 | 107 | 367 | 132 | 17 |
| Binary | 1100 | 100 | 1001010 | 1010100 | 1011111 | 0 | 1000111 | 11110111 | 1011010 | 1111 |
Color Harmonies of #0C044A
Complementary color
Monochromatic Colors of #0C044A
Black with #0C044A
Text Example
Text Example
White with #0C044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C044A; }
p { color: rgb(12,4,74); }
H1.HeaderClassName
{
color: #0C044A;
}
.AnyTagClassName
{
color: #0C044A;
}
</style>
background-color css
<style>
a { background-color: #0C044A; }
a { background-color: rgb(12,4,74); }
div.DivClassName
{
background-color: #0C044A;
}
.BgClassName
{
background-color: #0C044A;
}
</style>
border-color css
<style>
span { border-color: #0C044A; }
span { border-color: rgb(12,4,74); }
td.TdClassName
{
border-color: #0C044A;
}
.TagClassName
{
border-color: #0C044A;
}
</style>