Shades of Ultramarine #0C0F9B
Tints of Ultramarine #0C0F9B
RGB
CMYK
RGB Variations
Color information
#0C0F9B (or 0x0C0F9B) is known color: Ultramarine. HEX triplet: 0C, 0F and 9B. RGB value is (12,15,155). Sum of RGB (Red+Green+Blue) = 12+15+155=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C0F9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F9B is #F3F064. Grayscale: #1D1D1D. Windows color (decimal): -15986789 or 10161932. OLE color: 10161932.
HSL color Cylindrical-coordinate representation of color #0C0F9B: hue angle of 238.74º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0F9B is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 15 | 155 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.39 |
| HSL | 238.74º | 0.86% | 0.33% | - |
| HSV(B) | 238.74º | 0.92% | 0.61% | - |
| XYZ | 6.24 | 2.79 | 31.22 | - |
| YUV | 30.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 155 | 0.92 | 0.90 | 0 | 0.39 | 238.74 | 0.86 | 0.33 |
| Hex | C | F | 9B | 5C | 5A | 0 | 27 | EF | 56 | 21 |
| Octal | 14 | 17 | 233 | 134 | 132 | 0 | 47 | 357 | 126 | 41 |
| Binary | 1100 | 1111 | 10011011 | 1011100 | 1011010 | 0 | 100111 | 11101111 | 1010110 | 100001 |
Color Harmonies of #0C0F9B
Complementary color
Monochromatic Colors of #0C0F9B
Black with #0C0F9B
Text Example
Text Example
White with #0C0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F9B; }
p { color: rgb(12,15,155); }
H1.HeaderClassName
{
color: #0C0F9B;
}
.AnyTagClassName
{
color: #0C0F9B;
}
</style>
background-color css
<style>
a { background-color: #0C0F9B; }
a { background-color: rgb(12,15,155); }
div.DivClassName
{
background-color: #0C0F9B;
}
.BgClassName
{
background-color: #0C0F9B;
}
</style>
border-color css
<style>
span { border-color: #0C0F9B; }
span { border-color: rgb(12,15,155); }
td.TdClassName
{
border-color: #0C0F9B;
}
.TagClassName
{
border-color: #0C0F9B;
}
</style>