Shades of Ultramarine #0C078B
Tints of Ultramarine #0C078B
RGB
CMYK
RGB Variations
Color information
#0C078B (or 0x0C078B) is known color: Ultramarine. HEX triplet: 0C, 07 and 8B. RGB value is (12,7,139). Sum of RGB (Red+Green+Blue) = 12+7+139=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C078B is #F3F874. Grayscale: #171717. Windows color (decimal): -15988853 or 9111308. OLE color: 9111308.
HSL color Cylindrical-coordinate representation of color #0C078B: hue angle of 242.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C078B is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 7 | 139 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.45 |
| HSL | 242.27º | 0.9% | 0.29% | - |
| HSV(B) | 242.27º | 0.95% | 0.55% | - |
| XYZ | 4.89 | 2.09 | 24.57 | - |
| YUV | 23.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 139 | 0.91 | 0.95 | 0 | 0.45 | 242.27 | 0.9 | 0.29 |
| Hex | C | 7 | 8B | 5B | 5F | 0 | 2D | F2 | 5A | 1D |
| Octal | 14 | 7 | 213 | 133 | 137 | 0 | 55 | 362 | 132 | 35 |
| Binary | 1100 | 111 | 10001011 | 1011011 | 1011111 | 0 | 101101 | 11110010 | 1011010 | 11101 |
Color Harmonies of #0C078B
Complementary color
Monochromatic Colors of #0C078B
Black with #0C078B
Text Example
Text Example
White with #0C078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C078B; }
p { color: rgb(12,7,139); }
H1.HeaderClassName
{
color: #0C078B;
}
.AnyTagClassName
{
color: #0C078B;
}
</style>
background-color css
<style>
a { background-color: #0C078B; }
a { background-color: rgb(12,7,139); }
div.DivClassName
{
background-color: #0C078B;
}
.BgClassName
{
background-color: #0C078B;
}
</style>
border-color css
<style>
span { border-color: #0C078B; }
span { border-color: rgb(12,7,139); }
td.TdClassName
{
border-color: #0C078B;
}
.TagClassName
{
border-color: #0C078B;
}
</style>