Shades of Ultramarine #0C1389
Tints of Ultramarine #0C1389
RGB
CMYK
RGB Variations
Color information
#0C1389 (or 0x0C1389) is known color: Ultramarine. HEX triplet: 0C, 13 and 89. RGB value is (12,19,137). Sum of RGB (Red+Green+Blue) = 12+19+137=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1389 is #F3EC76. Grayscale: #1D1D1D. Windows color (decimal): -15985783 or 8983308. OLE color: 8983308.
HSL color Cylindrical-coordinate representation of color #0C1389: hue angle of 236.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1389 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 19 | 137 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.46 |
| HSL | 236.64º | 0.84% | 0.29% | - |
| HSV(B) | 236.64º | 0.91% | 0.54% | - |
| XYZ | 4.9 | 2.35 | 23.86 | - |
| YUV | 30.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 137 | 0.91 | 0.86 | 0 | 0.46 | 236.64 | 0.84 | 0.29 |
| Hex | C | 13 | 89 | 5B | 56 | 0 | 2E | ED | 54 | 1D |
| Octal | 14 | 23 | 211 | 133 | 126 | 0 | 56 | 355 | 124 | 35 |
| Binary | 1100 | 10011 | 10001001 | 1011011 | 1010110 | 0 | 101110 | 11101101 | 1010100 | 11101 |
Color Harmonies of #0C1389
Complementary color
Monochromatic Colors of #0C1389
Black with #0C1389
Text Example
Text Example
White with #0C1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1389; }
p { color: rgb(12,19,137); }
H1.HeaderClassName
{
color: #0C1389;
}
.AnyTagClassName
{
color: #0C1389;
}
</style>
background-color css
<style>
a { background-color: #0C1389; }
a { background-color: rgb(12,19,137); }
div.DivClassName
{
background-color: #0C1389;
}
.BgClassName
{
background-color: #0C1389;
}
</style>
border-color css
<style>
span { border-color: #0C1389; }
span { border-color: rgb(12,19,137); }
td.TdClassName
{
border-color: #0C1389;
}
.TagClassName
{
border-color: #0C1389;
}
</style>