Shades of Ultramarine #0C098E
Tints of Ultramarine #0C098E
RGB
CMYK
RGB Variations
Color information
#0C098E (or 0x0C098E) is known color: Ultramarine. HEX triplet: 0C, 09 and 8E. RGB value is (12,9,142). Sum of RGB (Red+Green+Blue) = 12+9+142=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C098E is #F3F671. Grayscale: #181818. Windows color (decimal): -15988338 or 9308428. OLE color: 9308428.
HSL color Cylindrical-coordinate representation of color #0C098E: hue angle of 241.35º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C098E is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 9 | 142 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.44 |
| HSL | 241.35º | 0.88% | 0.3% | - |
| HSV(B) | 241.35º | 0.94% | 0.56% | - |
| XYZ | 5.13 | 2.23 | 25.75 | - |
| YUV | 25.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 142 | 0.92 | 0.94 | 0 | 0.44 | 241.35 | 0.88 | 0.3 |
| Hex | C | 9 | 8E | 5C | 5E | 0 | 2C | F1 | 58 | 1E |
| Octal | 14 | 11 | 216 | 134 | 136 | 0 | 54 | 361 | 130 | 36 |
| Binary | 1100 | 1001 | 10001110 | 1011100 | 1011110 | 0 | 101100 | 11110001 | 1011000 | 11110 |
Color Harmonies of #0C098E
Complementary color
Monochromatic Colors of #0C098E
Black with #0C098E
Text Example
Text Example
White with #0C098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C098E; }
p { color: rgb(12,9,142); }
H1.HeaderClassName
{
color: #0C098E;
}
.AnyTagClassName
{
color: #0C098E;
}
</style>
background-color css
<style>
a { background-color: #0C098E; }
a { background-color: rgb(12,9,142); }
div.DivClassName
{
background-color: #0C098E;
}
.BgClassName
{
background-color: #0C098E;
}
</style>
border-color css
<style>
span { border-color: #0C098E; }
span { border-color: rgb(12,9,142); }
td.TdClassName
{
border-color: #0C098E;
}
.TagClassName
{
border-color: #0C098E;
}
</style>