Shades of Ultramarine #0C108F
Tints of Ultramarine #0C108F
RGB
CMYK
RGB Variations
Color information
#0C108F (or 0x0C108F) is known color: Ultramarine. HEX triplet: 0C, 10 and 8F. RGB value is (12,16,143). Sum of RGB (Red+Green+Blue) = 12+16+143=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C108F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C108F is #F3EF70. Grayscale: #1C1C1C. Windows color (decimal): -15986545 or 9375756. OLE color: 9375756.
HSL color Cylindrical-coordinate representation of color #0C108F: hue angle of 238.17º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C108F is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 16 | 143 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.44 |
| HSL | 238.17º | 0.85% | 0.3% | - |
| HSV(B) | 238.17º | 0.92% | 0.56% | - |
| XYZ | 5.29 | 2.43 | 26.18 | - |
| YUV | 29.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 143 | 0.92 | 0.89 | 0 | 0.44 | 238.17 | 0.85 | 0.3 |
| Hex | C | 10 | 8F | 5C | 59 | 0 | 2C | EE | 55 | 1E |
| Octal | 14 | 20 | 217 | 134 | 131 | 0 | 54 | 356 | 125 | 36 |
| Binary | 1100 | 10000 | 10001111 | 1011100 | 1011001 | 0 | 101100 | 11101110 | 1010101 | 11110 |
Color Harmonies of #0C108F
Complementary color
Monochromatic Colors of #0C108F
Black with #0C108F
Text Example
Text Example
White with #0C108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C108F; }
p { color: rgb(12,16,143); }
H1.HeaderClassName
{
color: #0C108F;
}
.AnyTagClassName
{
color: #0C108F;
}
</style>
background-color css
<style>
a { background-color: #0C108F; }
a { background-color: rgb(12,16,143); }
div.DivClassName
{
background-color: #0C108F;
}
.BgClassName
{
background-color: #0C108F;
}
</style>
border-color css
<style>
span { border-color: #0C108F; }
span { border-color: rgb(12,16,143); }
td.TdClassName
{
border-color: #0C108F;
}
.TagClassName
{
border-color: #0C108F;
}
</style>