Shades of Ultramarine #0C159F
Tints of Ultramarine #0C159F
RGB
CMYK
RGB Variations
Color information
#0C159F (or 0x0C159F) is known color: Ultramarine. HEX triplet: 0C, 15 and 9F. RGB value is (12,21,159). Sum of RGB (Red+Green+Blue) = 12+21+159=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C159F is #F3EA60. Grayscale: #212121. Windows color (decimal): -15985249 or 10425612. OLE color: 10425612.
HSL color Cylindrical-coordinate representation of color #0C159F: hue angle of 236.33º 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 #0C159F is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 21 | 159 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.38 |
| HSL | 236.33º | 0.86% | 0.34% | - |
| HSV(B) | 236.33º | 0.92% | 0.62% | - |
| XYZ | 6.68 | 3.12 | 33.05 | - |
| YUV | 34.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 159 | 0.92 | 0.87 | 0 | 0.38 | 236.33 | 0.86 | 0.34 |
| Hex | C | 15 | 9F | 5C | 57 | 0 | 26 | EC | 56 | 22 |
| Octal | 14 | 25 | 237 | 134 | 127 | 0 | 46 | 354 | 126 | 42 |
| Binary | 1100 | 10101 | 10011111 | 1011100 | 1010111 | 0 | 100110 | 11101100 | 1010110 | 100010 |
Color Harmonies of #0C159F
Complementary color
Monochromatic Colors of #0C159F
Black with #0C159F
Text Example
Text Example
White with #0C159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C159F; }
p { color: rgb(12,21,159); }
H1.HeaderClassName
{
color: #0C159F;
}
.AnyTagClassName
{
color: #0C159F;
}
</style>
background-color css
<style>
a { background-color: #0C159F; }
a { background-color: rgb(12,21,159); }
div.DivClassName
{
background-color: #0C159F;
}
.BgClassName
{
background-color: #0C159F;
}
</style>
border-color css
<style>
span { border-color: #0C159F; }
span { border-color: rgb(12,21,159); }
td.TdClassName
{
border-color: #0C159F;
}
.TagClassName
{
border-color: #0C159F;
}
</style>