Shades of Ultramarine #0C0595
Tints of Ultramarine #0C0595
RGB
CMYK
RGB Variations
Color information
#0C0595 (or 0x0C0595) is known color: Ultramarine. HEX triplet: 0C, 05 and 95. RGB value is (12,5,149). Sum of RGB (Red+Green+Blue) = 12+5+149=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C0595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0595 is #F3FA6A. Grayscale: #161616. Windows color (decimal): -15989355 or 9766156. OLE color: 9766156.
HSL color Cylindrical-coordinate representation of color #0C0595: hue angle of 242.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0595 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 5 | 149 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.42 |
| HSL | 242.92º | 0.94% | 0.3% | - |
| HSV(B) | 242.92º | 0.97% | 0.58% | - |
| XYZ | 5.63 | 2.36 | 28.59 | - |
| YUV | 23.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 149 | 0.92 | 0.97 | 0 | 0.42 | 242.92 | 0.94 | 0.3 |
| Hex | C | 5 | 95 | 5C | 61 | 0 | 2A | F3 | 5E | 1E |
| Octal | 14 | 5 | 225 | 134 | 141 | 0 | 52 | 363 | 136 | 36 |
| Binary | 1100 | 101 | 10010101 | 1011100 | 1100001 | 0 | 101010 | 11110011 | 1011110 | 11110 |
Color Harmonies of #0C0595
Complementary color
Monochromatic Colors of #0C0595
Black with #0C0595
Text Example
Text Example
White with #0C0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0595; }
p { color: rgb(12,5,149); }
H1.HeaderClassName
{
color: #0C0595;
}
.AnyTagClassName
{
color: #0C0595;
}
</style>
background-color css
<style>
a { background-color: #0C0595; }
a { background-color: rgb(12,5,149); }
div.DivClassName
{
background-color: #0C0595;
}
.BgClassName
{
background-color: #0C0595;
}
</style>
border-color css
<style>
span { border-color: #0C0595; }
span { border-color: rgb(12,5,149); }
td.TdClassName
{
border-color: #0C0595;
}
.TagClassName
{
border-color: #0C0595;
}
</style>