Shades of Ultramarine #0C0895
Tints of Ultramarine #0C0895
RGB
CMYK
RGB Variations
Color information
#0C0895 (or 0x0C0895) is known color: Ultramarine. HEX triplet: 0C, 08 and 95. RGB value is (12,8,149). Sum of RGB (Red+Green+Blue) = 12+8+149=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C0895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0895 is #F3F76A. Grayscale: #181818. Windows color (decimal): -15988587 or 9766924. OLE color: 9766924.
HSL color Cylindrical-coordinate representation of color #0C0895: hue angle of 241.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0895 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 8 | 149 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.42 |
| HSL | 241.7º | 0.9% | 0.31% | - |
| HSV(B) | 241.7º | 0.95% | 0.58% | - |
| XYZ | 5.66 | 2.42 | 28.6 | - |
| YUV | 25.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 149 | 0.92 | 0.95 | 0 | 0.42 | 241.7 | 0.9 | 0.31 |
| Hex | C | 8 | 95 | 5C | 5F | 0 | 2A | F2 | 5A | 1F |
| Octal | 14 | 10 | 225 | 134 | 137 | 0 | 52 | 362 | 132 | 37 |
| Binary | 1100 | 1000 | 10010101 | 1011100 | 1011111 | 0 | 101010 | 11110010 | 1011010 | 11111 |
Color Harmonies of #0C0895
Complementary color
Monochromatic Colors of #0C0895
Black with #0C0895
Text Example
Text Example
White with #0C0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0895; }
p { color: rgb(12,8,149); }
H1.HeaderClassName
{
color: #0C0895;
}
.AnyTagClassName
{
color: #0C0895;
}
</style>
background-color css
<style>
a { background-color: #0C0895; }
a { background-color: rgb(12,8,149); }
div.DivClassName
{
background-color: #0C0895;
}
.BgClassName
{
background-color: #0C0895;
}
</style>
border-color css
<style>
span { border-color: #0C0895; }
span { border-color: rgb(12,8,149); }
td.TdClassName
{
border-color: #0C0895;
}
.TagClassName
{
border-color: #0C0895;
}
</style>