Shades of Paua #0C0245
Tints of Paua #0C0245
RGB
CMYK
RGB Variations
Color information
#0C0245 (or 0x0C0245) is known color: Paua. HEX triplet: 0C, 02 and 45. RGB value is (12,2,69). Sum of RGB (Red+Green+Blue) = 12+2+69=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #0C0245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0245 is #F3FDBA. Grayscale: #0C0C0C. Windows color (decimal): -15990203 or 4522508. OLE color: 4522508.
HSL color Cylindrical-coordinate representation of color #0C0245: hue angle of 248.96º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0245 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 2 | 69 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.73 |
| HSL | 248.96º | 0.94% | 0.14% | - |
| HSV(B) | 248.96º | 0.97% | 0.27% | - |
| XYZ | 1.25 | 0.55 | 5.67 | - |
| YUV | 12.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 69 | 0.83 | 0.97 | 0 | 0.73 | 248.96 | 0.94 | 0.14 |
| Hex | C | 2 | 45 | 53 | 61 | 0 | 49 | F9 | 5E | E |
| Octal | 14 | 2 | 105 | 123 | 141 | 0 | 111 | 371 | 136 | 16 |
| Binary | 1100 | 10 | 1000101 | 1010011 | 1100001 | 0 | 1001001 | 11111001 | 1011110 | 1110 |
Color Harmonies of #0C0245
Complementary color
Monochromatic Colors of #0C0245
Black with #0C0245
Text Example
Text Example
White with #0C0245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0245; }
p { color: rgb(12,2,69); }
H1.HeaderClassName
{
color: #0C0245;
}
.AnyTagClassName
{
color: #0C0245;
}
</style>
background-color css
<style>
a { background-color: #0C0245; }
a { background-color: rgb(12,2,69); }
div.DivClassName
{
background-color: #0C0245;
}
.BgClassName
{
background-color: #0C0245;
}
</style>
border-color css
<style>
span { border-color: #0C0245; }
span { border-color: rgb(12,2,69); }
td.TdClassName
{
border-color: #0C0245;
}
.TagClassName
{
border-color: #0C0245;
}
</style>