Shades of Ultramarine #0C0497
Tints of Ultramarine #0C0497
RGB
CMYK
RGB Variations
Color information
#0C0497 (or 0x0C0497) is known color: Ultramarine. HEX triplet: 0C, 04 and 97. RGB value is (12,4,151). Sum of RGB (Red+Green+Blue) = 12+4+151=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 151 (59.38% from 255 or 90.42% from 167); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C0497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0497 is #F3FB68. Grayscale: #161616. Windows color (decimal): -15989609 or 9896972. OLE color: 9896972.
HSL color Cylindrical-coordinate representation of color #0C0497: hue angle of 243.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0497 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 4 | 151 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.41 |
| HSL | 243.27º | 0.95% | 0.3% | - |
| HSV(B) | 243.27º | 0.97% | 0.59% | - |
| XYZ | 5.78 | 2.4 | 29.44 | - |
| YUV | 23.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 151 | 0.92 | 0.97 | 0 | 0.41 | 243.27 | 0.95 | 0.3 |
| Hex | C | 4 | 97 | 5C | 61 | 0 | 29 | F3 | 5F | 1E |
| Octal | 14 | 4 | 227 | 134 | 141 | 0 | 51 | 363 | 137 | 36 |
| Binary | 1100 | 100 | 10010111 | 1011100 | 1100001 | 0 | 101001 | 11110011 | 1011111 | 11110 |
Color Harmonies of #0C0497
Complementary color
Monochromatic Colors of #0C0497
Black with #0C0497
Text Example
Text Example
White with #0C0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0497; }
p { color: rgb(12,4,151); }
H1.HeaderClassName
{
color: #0C0497;
}
.AnyTagClassName
{
color: #0C0497;
}
</style>
background-color css
<style>
a { background-color: #0C0497; }
a { background-color: rgb(12,4,151); }
div.DivClassName
{
background-color: #0C0497;
}
.BgClassName
{
background-color: #0C0497;
}
</style>
border-color css
<style>
span { border-color: #0C0497; }
span { border-color: rgb(12,4,151); }
td.TdClassName
{
border-color: #0C0497;
}
.TagClassName
{
border-color: #0C0497;
}
</style>