Shades of Paua #0C084B
Tints of Paua #0C084B
RGB
CMYK
RGB Variations
Color information
#0C084B (or 0x0C084B) is known color: Paua. HEX triplet: 0C, 08 and 4B. RGB value is (12,8,75). Sum of RGB (Red+Green+Blue) = 12+8+75=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C084B is #F3F7B4. Grayscale: #101010. Windows color (decimal): -15988661 or 4917260. OLE color: 4917260.
HSL color Cylindrical-coordinate representation of color #0C084B: hue angle of 243.58º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C084B is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 8 | 75 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.71 |
| HSL | 243.58º | 0.81% | 0.16% | - |
| HSV(B) | 243.58º | 0.89% | 0.29% | - |
| XYZ | 1.51 | 0.76 | 6.72 | - |
| YUV | 16.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 75 | 0.84 | 0.89 | 0 | 0.71 | 243.58 | 0.81 | 0.16 |
| Hex | C | 8 | 4B | 54 | 59 | 0 | 47 | F4 | 51 | 10 |
| Octal | 14 | 10 | 113 | 124 | 131 | 0 | 107 | 364 | 121 | 20 |
| Binary | 1100 | 1000 | 1001011 | 1010100 | 1011001 | 0 | 1000111 | 11110100 | 1010001 | 10000 |
Color Harmonies of #0C084B
Complementary color
Monochromatic Colors of #0C084B
Black with #0C084B
Text Example
Text Example
White with #0C084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C084B; }
p { color: rgb(12,8,75); }
H1.HeaderClassName
{
color: #0C084B;
}
.AnyTagClassName
{
color: #0C084B;
}
</style>
background-color css
<style>
a { background-color: #0C084B; }
a { background-color: rgb(12,8,75); }
div.DivClassName
{
background-color: #0C084B;
}
.BgClassName
{
background-color: #0C084B;
}
</style>
border-color css
<style>
span { border-color: #0C084B; }
span { border-color: rgb(12,8,75); }
td.TdClassName
{
border-color: #0C084B;
}
.TagClassName
{
border-color: #0C084B;
}
</style>