Shades of Ultramarine #0C0F9E
Tints of Ultramarine #0C0F9E
RGB
CMYK
RGB Variations
Color information
#0C0F9E (or 0x0C0F9E) is known color: Ultramarine. HEX triplet: 0C, 0F and 9E. RGB value is (12,15,158). Sum of RGB (Red+Green+Blue) = 12+15+158=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C0F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F9E is #F3F061. Grayscale: #1D1D1D. Windows color (decimal): -15986786 or 10358540. OLE color: 10358540.
HSL color Cylindrical-coordinate representation of color #0C0F9E: hue angle of 238.77º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0F9E is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 15 | 158 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.38 |
| HSL | 238.77º | 0.86% | 0.33% | - |
| HSV(B) | 238.77º | 0.92% | 0.62% | - |
| XYZ | 6.49 | 2.89 | 32.56 | - |
| YUV | 30.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 158 | 0.92 | 0.91 | 0 | 0.38 | 238.77 | 0.86 | 0.33 |
| Hex | C | F | 9E | 5C | 5B | 0 | 26 | EF | 56 | 21 |
| Octal | 14 | 17 | 236 | 134 | 133 | 0 | 46 | 357 | 126 | 41 |
| Binary | 1100 | 1111 | 10011110 | 1011100 | 1011011 | 0 | 100110 | 11101111 | 1010110 | 100001 |
Color Harmonies of #0C0F9E
Complementary color
Monochromatic Colors of #0C0F9E
Black with #0C0F9E
Text Example
Text Example
White with #0C0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F9E; }
p { color: rgb(12,15,158); }
H1.HeaderClassName
{
color: #0C0F9E;
}
.AnyTagClassName
{
color: #0C0F9E;
}
</style>
background-color css
<style>
a { background-color: #0C0F9E; }
a { background-color: rgb(12,15,158); }
div.DivClassName
{
background-color: #0C0F9E;
}
.BgClassName
{
background-color: #0C0F9E;
}
</style>
border-color css
<style>
span { border-color: #0C0F9E; }
span { border-color: rgb(12,15,158); }
td.TdClassName
{
border-color: #0C0F9E;
}
.TagClassName
{
border-color: #0C0F9E;
}
</style>