Shades of Ultramarine #0C0A84
Tints of Ultramarine #0C0A84
RGB
CMYK
RGB Variations
Color information
#0C0A84 (or 0x0C0A84) is known color: Ultramarine. HEX triplet: 0C, 0A and 84. RGB value is (12,10,132). Sum of RGB (Red+Green+Blue) = 12+10+132=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C0A84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A84 is #F3F57B. Grayscale: #181818. Windows color (decimal): -15988092 or 8653324. OLE color: 8653324.
HSL color Cylindrical-coordinate representation of color #0C0A84: hue angle of 240.98º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0A84 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 10 | 132 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.48 |
| HSL | 240.98º | 0.86% | 0.28% | - |
| HSV(B) | 240.98º | 0.92% | 0.52% | - |
| XYZ | 4.43 | 1.96 | 21.98 | - |
| YUV | 24.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 132 | 0.91 | 0.92 | 0 | 0.48 | 240.98 | 0.86 | 0.28 |
| Hex | C | A | 84 | 5B | 5C | 0 | 30 | F1 | 56 | 1C |
| Octal | 14 | 12 | 204 | 133 | 134 | 0 | 60 | 361 | 126 | 34 |
| Binary | 1100 | 1010 | 10000100 | 1011011 | 1011100 | 0 | 110000 | 11110001 | 1010110 | 11100 |
Color Harmonies of #0C0A84
Complementary color
Monochromatic Colors of #0C0A84
Black with #0C0A84
Text Example
Text Example
White with #0C0A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A84; }
p { color: rgb(12,10,132); }
H1.HeaderClassName
{
color: #0C0A84;
}
.AnyTagClassName
{
color: #0C0A84;
}
</style>
background-color css
<style>
a { background-color: #0C0A84; }
a { background-color: rgb(12,10,132); }
div.DivClassName
{
background-color: #0C0A84;
}
.BgClassName
{
background-color: #0C0A84;
}
</style>
border-color css
<style>
span { border-color: #0C0A84; }
span { border-color: rgb(12,10,132); }
td.TdClassName
{
border-color: #0C0A84;
}
.TagClassName
{
border-color: #0C0A84;
}
</style>