Shades of Ultramarine #0C098D
Tints of Ultramarine #0C098D
RGB
CMYK
RGB Variations
Color information
#0C098D (or 0x0C098D) is known color: Ultramarine. HEX triplet: 0C, 09 and 8D. RGB value is (12,9,141). Sum of RGB (Red+Green+Blue) = 12+9+141=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C098D is #F3F672. Grayscale: #181818. Windows color (decimal): -15988339 or 9242892. OLE color: 9242892.
HSL color Cylindrical-coordinate representation of color #0C098D: hue angle of 241.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C098D is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 9 | 141 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.45 |
| HSL | 241.36º | 0.88% | 0.29% | - |
| HSV(B) | 241.36º | 0.94% | 0.55% | - |
| XYZ | 5.06 | 2.2 | 25.36 | - |
| YUV | 24.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 141 | 0.91 | 0.94 | 0 | 0.45 | 241.36 | 0.88 | 0.29 |
| Hex | C | 9 | 8D | 5B | 5E | 0 | 2D | F1 | 58 | 1D |
| Octal | 14 | 11 | 215 | 133 | 136 | 0 | 55 | 361 | 130 | 35 |
| Binary | 1100 | 1001 | 10001101 | 1011011 | 1011110 | 0 | 101101 | 11110001 | 1011000 | 11101 |
Color Harmonies of #0C098D
Complementary color
Monochromatic Colors of #0C098D
Black with #0C098D
Text Example
Text Example
White with #0C098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C098D; }
p { color: rgb(12,9,141); }
H1.HeaderClassName
{
color: #0C098D;
}
.AnyTagClassName
{
color: #0C098D;
}
</style>
background-color css
<style>
a { background-color: #0C098D; }
a { background-color: rgb(12,9,141); }
div.DivClassName
{
background-color: #0C098D;
}
.BgClassName
{
background-color: #0C098D;
}
</style>
border-color css
<style>
span { border-color: #0C098D; }
span { border-color: rgb(12,9,141); }
td.TdClassName
{
border-color: #0C098D;
}
.TagClassName
{
border-color: #0C098D;
}
</style>