Shades of Paua #0C0148
Tints of Paua #0C0148
RGB
CMYK
RGB Variations
Color information
#0C0148 (or 0x0C0148) is known color: Paua. HEX triplet: 0C, 01 and 48. RGB value is (12,1,72). Sum of RGB (Red+Green+Blue) = 12+1+72=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C0148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0148 is #F3FEB7. Grayscale: #0C0C0C. Windows color (decimal): -15990456 or 4718860. OLE color: 4718860.
HSL color Cylindrical-coordinate representation of color #0C0148: hue angle of 249.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0148 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 1 | 72 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.72 |
| HSL | 249.3º | 0.97% | 0.14% | - |
| HSV(B) | 249.3º | 0.99% | 0.28% | - |
| XYZ | 1.33 | 0.57 | 6.17 | - |
| YUV | 12.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 72 | 0.83 | 0.99 | 0 | 0.72 | 249.3 | 0.97 | 0.14 |
| Hex | C | 1 | 48 | 53 | 63 | 0 | 48 | F9 | 61 | E |
| Octal | 14 | 1 | 110 | 123 | 143 | 0 | 110 | 371 | 141 | 16 |
| Binary | 1100 | 1 | 1001000 | 1010011 | 1100011 | 0 | 1001000 | 11111001 | 1100001 | 1110 |
Color Harmonies of #0C0148
Complementary color
Monochromatic Colors of #0C0148
Black with #0C0148
Text Example
Text Example
White with #0C0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0148; }
p { color: rgb(12,1,72); }
H1.HeaderClassName
{
color: #0C0148;
}
.AnyTagClassName
{
color: #0C0148;
}
</style>
background-color css
<style>
a { background-color: #0C0148; }
a { background-color: rgb(12,1,72); }
div.DivClassName
{
background-color: #0C0148;
}
.BgClassName
{
background-color: #0C0148;
}
</style>
border-color css
<style>
span { border-color: #0C0148; }
span { border-color: rgb(12,1,72); }
td.TdClassName
{
border-color: #0C0148;
}
.TagClassName
{
border-color: #0C0148;
}
</style>