Shades of Ultramarine #0C1189
Tints of Ultramarine #0C1189
RGB
CMYK
RGB Variations
Color information
#0C1189 (or 0x0C1189) is known color: Ultramarine. HEX triplet: 0C, 11 and 89. RGB value is (12,17,137). Sum of RGB (Red+Green+Blue) = 12+17+137=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1189 is #F3EE76. Grayscale: #1C1C1C. Windows color (decimal): -15986295 or 8982796. OLE color: 8982796.
HSL color Cylindrical-coordinate representation of color #0C1189: hue angle of 237.6º 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 #0C1189 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 17 | 137 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.46 |
| HSL | 237.6º | 0.84% | 0.29% | - |
| HSV(B) | 237.6º | 0.91% | 0.54% | - |
| XYZ | 4.87 | 2.29 | 23.85 | - |
| YUV | 29.19 | 188.84 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 137 | 0.91 | 0.88 | 0 | 0.46 | 237.6 | 0.84 | 0.29 |
| Hex | C | 11 | 89 | 5B | 58 | 0 | 2E | EE | 54 | 1D |
| Octal | 14 | 21 | 211 | 133 | 130 | 0 | 56 | 356 | 124 | 35 |
| Binary | 1100 | 10001 | 10001001 | 1011011 | 1011000 | 0 | 101110 | 11101110 | 1010100 | 11101 |
Color Harmonies of #0C1189
Complementary color
Monochromatic Colors of #0C1189
Black with #0C1189
Text Example
Text Example
White with #0C1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1189; }
p { color: rgb(12,17,137); }
H1.HeaderClassName
{
color: #0C1189;
}
.AnyTagClassName
{
color: #0C1189;
}
</style>
background-color css
<style>
a { background-color: #0C1189; }
a { background-color: rgb(12,17,137); }
div.DivClassName
{
background-color: #0C1189;
}
.BgClassName
{
background-color: #0C1189;
}
</style>
border-color css
<style>
span { border-color: #0C1189; }
span { border-color: rgb(12,17,137); }
td.TdClassName
{
border-color: #0C1189;
}
.TagClassName
{
border-color: #0C1189;
}
</style>