Shades of Ultramarine #0C1096
Tints of Ultramarine #0C1096
RGB
CMYK
RGB Variations
Color information
#0C1096 (or 0x0C1096) is known color: Ultramarine. HEX triplet: 0C, 10 and 96. RGB value is (12,16,150). Sum of RGB (Red+Green+Blue) = 12+16+150=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C1096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1096 is #F3EF69. Grayscale: #1D1D1D. Windows color (decimal): -15986538 or 9834508. OLE color: 9834508.
HSL color Cylindrical-coordinate representation of color #0C1096: hue angle of 238.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1096 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 16 | 150 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.41 |
| HSL | 238.26º | 0.85% | 0.32% | - |
| HSV(B) | 238.26º | 0.92% | 0.59% | - |
| XYZ | 5.84 | 2.65 | 29.06 | - |
| YUV | 30.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 150 | 0.92 | 0.89 | 0 | 0.41 | 238.26 | 0.85 | 0.32 |
| Hex | C | 10 | 96 | 5C | 59 | 0 | 29 | EE | 55 | 20 |
| Octal | 14 | 20 | 226 | 134 | 131 | 0 | 51 | 356 | 125 | 40 |
| Binary | 1100 | 10000 | 10010110 | 1011100 | 1011001 | 0 | 101001 | 11101110 | 1010101 | 100000 |
Color Harmonies of #0C1096
Complementary color
Monochromatic Colors of #0C1096
Black with #0C1096
Text Example
Text Example
White with #0C1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1096; }
p { color: rgb(12,16,150); }
H1.HeaderClassName
{
color: #0C1096;
}
.AnyTagClassName
{
color: #0C1096;
}
</style>
background-color css
<style>
a { background-color: #0C1096; }
a { background-color: rgb(12,16,150); }
div.DivClassName
{
background-color: #0C1096;
}
.BgClassName
{
background-color: #0C1096;
}
</style>
border-color css
<style>
span { border-color: #0C1096; }
span { border-color: rgb(12,16,150); }
td.TdClassName
{
border-color: #0C1096;
}
.TagClassName
{
border-color: #0C1096;
}
</style>