Shades of Ultramarine #0C048B
Tints of Ultramarine #0C048B
RGB
CMYK
RGB Variations
Color information
#0C048B (or 0x0C048B) is known color: Ultramarine. HEX triplet: 0C, 04 and 8B. RGB value is (12,4,139). Sum of RGB (Red+Green+Blue) = 12+4+139=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 139 (54.69% from 255 or 89.68% from 155); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C048B is #F3FB74. Grayscale: #151515. Windows color (decimal): -15989621 or 9110540. OLE color: 9110540.
HSL color Cylindrical-coordinate representation of color #0C048B: hue angle of 243.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C048B is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 4 | 139 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.45 |
| HSL | 243.56º | 0.94% | 0.28% | - |
| HSV(B) | 243.56º | 0.97% | 0.55% | - |
| XYZ | 4.86 | 2.03 | 24.56 | - |
| YUV | 21.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 139 | 0.91 | 0.97 | 0 | 0.45 | 243.56 | 0.94 | 0.28 |
| Hex | C | 4 | 8B | 5B | 61 | 0 | 2D | F4 | 5E | 1C |
| Octal | 14 | 4 | 213 | 133 | 141 | 0 | 55 | 364 | 136 | 34 |
| Binary | 1100 | 100 | 10001011 | 1011011 | 1100001 | 0 | 101101 | 11110100 | 1011110 | 11100 |
Color Harmonies of #0C048B
Complementary color
Monochromatic Colors of #0C048B
Black with #0C048B
Text Example
Text Example
White with #0C048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C048B; }
p { color: rgb(12,4,139); }
H1.HeaderClassName
{
color: #0C048B;
}
.AnyTagClassName
{
color: #0C048B;
}
</style>
background-color css
<style>
a { background-color: #0C048B; }
a { background-color: rgb(12,4,139); }
div.DivClassName
{
background-color: #0C048B;
}
.BgClassName
{
background-color: #0C048B;
}
</style>
border-color css
<style>
span { border-color: #0C048B; }
span { border-color: rgb(12,4,139); }
td.TdClassName
{
border-color: #0C048B;
}
.TagClassName
{
border-color: #0C048B;
}
</style>