Shades of Ultramarine #0C0F9F
Tints of Ultramarine #0C0F9F
RGB
CMYK
RGB Variations
Color information
#0C0F9F (or 0x0C0F9F) is known color: Ultramarine. HEX triplet: 0C, 0F and 9F. RGB value is (12,15,159). Sum of RGB (Red+Green+Blue) = 12+15+159=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 159 (62.5% from 255 or 85.48% from 186); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C0F9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F9F is #F3F060. Grayscale: #1D1D1D. Windows color (decimal): -15986785 or 10424076. OLE color: 10424076.
HSL color Cylindrical-coordinate representation of color #0C0F9F: hue angle of 238.78º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0F9F is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 15 | 159 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.38 |
| HSL | 238.78º | 0.86% | 0.34% | - |
| HSV(B) | 238.78º | 0.92% | 0.62% | - |
| XYZ | 6.58 | 2.92 | 33.02 | - |
| YUV | 30.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 159 | 0.92 | 0.91 | 0 | 0.38 | 238.78 | 0.86 | 0.34 |
| Hex | C | F | 9F | 5C | 5B | 0 | 26 | EF | 56 | 22 |
| Octal | 14 | 17 | 237 | 134 | 133 | 0 | 46 | 357 | 126 | 42 |
| Binary | 1100 | 1111 | 10011111 | 1011100 | 1011011 | 0 | 100110 | 11101111 | 1010110 | 100010 |
Color Harmonies of #0C0F9F
Complementary color
Monochromatic Colors of #0C0F9F
Black with #0C0F9F
Text Example
Text Example
White with #0C0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F9F; }
p { color: rgb(12,15,159); }
H1.HeaderClassName
{
color: #0C0F9F;
}
.AnyTagClassName
{
color: #0C0F9F;
}
</style>
background-color css
<style>
a { background-color: #0C0F9F; }
a { background-color: rgb(12,15,159); }
div.DivClassName
{
background-color: #0C0F9F;
}
.BgClassName
{
background-color: #0C0F9F;
}
</style>
border-color css
<style>
span { border-color: #0C0F9F; }
span { border-color: rgb(12,15,159); }
td.TdClassName
{
border-color: #0C0F9F;
}
.TagClassName
{
border-color: #0C0F9F;
}
</style>