Shades of Ultramarine #0C0994
Tints of Ultramarine #0C0994
RGB
CMYK
RGB Variations
Color information
#0C0994 (or 0x0C0994) is known color: Ultramarine. HEX triplet: 0C, 09 and 94. RGB value is (12,9,148). Sum of RGB (Red+Green+Blue) = 12+9+148=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C0994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0994 is #F3F66B. Grayscale: #191919. Windows color (decimal): -15988332 or 9701644. OLE color: 9701644.
HSL color Cylindrical-coordinate representation of color #0C0994: hue angle of 241.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0994 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 9 | 148 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.42 |
| HSL | 241.3º | 0.89% | 0.31% | - |
| HSV(B) | 241.3º | 0.94% | 0.58% | - |
| XYZ | 5.59 | 2.41 | 28.19 | - |
| YUV | 25.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 148 | 0.92 | 0.94 | 0 | 0.42 | 241.3 | 0.89 | 0.31 |
| Hex | C | 9 | 94 | 5C | 5E | 0 | 2A | F1 | 59 | 1F |
| Octal | 14 | 11 | 224 | 134 | 136 | 0 | 52 | 361 | 131 | 37 |
| Binary | 1100 | 1001 | 10010100 | 1011100 | 1011110 | 0 | 101010 | 11110001 | 1011001 | 11111 |
Color Harmonies of #0C0994
Complementary color
Monochromatic Colors of #0C0994
Black with #0C0994
Text Example
Text Example
White with #0C0994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0994; }
p { color: rgb(12,9,148); }
H1.HeaderClassName
{
color: #0C0994;
}
.AnyTagClassName
{
color: #0C0994;
}
</style>
background-color css
<style>
a { background-color: #0C0994; }
a { background-color: rgb(12,9,148); }
div.DivClassName
{
background-color: #0C0994;
}
.BgClassName
{
background-color: #0C0994;
}
</style>
border-color css
<style>
span { border-color: #0C0994; }
span { border-color: rgb(12,9,148); }
td.TdClassName
{
border-color: #0C0994;
}
.TagClassName
{
border-color: #0C0994;
}
</style>