Shades of Ultramarine #0C0389
Tints of Ultramarine #0C0389
RGB
CMYK
RGB Variations
Color information
#0C0389 (or 0x0C0389) is known color: Ultramarine. HEX triplet: 0C, 03 and 89. RGB value is (12,3,137). Sum of RGB (Red+Green+Blue) = 12+3+137=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C0389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0389 is #F3FC76. Grayscale: #141414. Windows color (decimal): -15989879 or 8979212. OLE color: 8979212.
HSL color Cylindrical-coordinate representation of color #0C0389: hue angle of 244.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0389 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 3 | 137 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.46 |
| HSL | 244.03º | 0.96% | 0.27% | - |
| HSV(B) | 244.03º | 0.98% | 0.54% | - |
| XYZ | 4.7 | 1.95 | 23.8 | - |
| YUV | 20.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 137 | 0.91 | 0.98 | 0 | 0.46 | 244.03 | 0.96 | 0.27 |
| Hex | C | 3 | 89 | 5B | 62 | 0 | 2E | F4 | 60 | 1B |
| Octal | 14 | 3 | 211 | 133 | 142 | 0 | 56 | 364 | 140 | 33 |
| Binary | 1100 | 11 | 10001001 | 1011011 | 1100010 | 0 | 101110 | 11110100 | 1100000 | 11011 |
Color Harmonies of #0C0389
Complementary color
Monochromatic Colors of #0C0389
Black with #0C0389
Text Example
Text Example
White with #0C0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0389; }
p { color: rgb(12,3,137); }
H1.HeaderClassName
{
color: #0C0389;
}
.AnyTagClassName
{
color: #0C0389;
}
</style>
background-color css
<style>
a { background-color: #0C0389; }
a { background-color: rgb(12,3,137); }
div.DivClassName
{
background-color: #0C0389;
}
.BgClassName
{
background-color: #0C0389;
}
</style>
border-color css
<style>
span { border-color: #0C0389; }
span { border-color: rgb(12,3,137); }
td.TdClassName
{
border-color: #0C0389;
}
.TagClassName
{
border-color: #0C0389;
}
</style>