Shades of Ultramarine #0C1494
Tints of Ultramarine #0C1494
RGB
CMYK
RGB Variations
Color information
#0C1494 (or 0x0C1494) is known color: Ultramarine. HEX triplet: 0C, 14 and 94. RGB value is (12,20,148). Sum of RGB (Red+Green+Blue) = 12+20+148=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 148 (58.20% from 255 or 82.22% from 180); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C1494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1494 is #F3EB6B. Grayscale: #1F1F1F. Windows color (decimal): -15985516 or 9704460. OLE color: 9704460.
HSL color Cylindrical-coordinate representation of color #0C1494: hue angle of 236.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1494 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 20 | 148 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.42 |
| HSL | 236.47º | 0.85% | 0.31% | - |
| HSV(B) | 236.47º | 0.92% | 0.58% | - |
| XYZ | 5.75 | 2.72 | 28.24 | - |
| YUV | 32.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 148 | 0.92 | 0.86 | 0 | 0.42 | 236.47 | 0.85 | 0.31 |
| Hex | C | 14 | 94 | 5C | 56 | 0 | 2A | EC | 55 | 1F |
| Octal | 14 | 24 | 224 | 134 | 126 | 0 | 52 | 354 | 125 | 37 |
| Binary | 1100 | 10100 | 10010100 | 1011100 | 1010110 | 0 | 101010 | 11101100 | 1010101 | 11111 |
Color Harmonies of #0C1494
Complementary color
Monochromatic Colors of #0C1494
Black with #0C1494
Text Example
Text Example
White with #0C1494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1494; }
p { color: rgb(12,20,148); }
H1.HeaderClassName
{
color: #0C1494;
}
.AnyTagClassName
{
color: #0C1494;
}
</style>
background-color css
<style>
a { background-color: #0C1494; }
a { background-color: rgb(12,20,148); }
div.DivClassName
{
background-color: #0C1494;
}
.BgClassName
{
background-color: #0C1494;
}
</style>
border-color css
<style>
span { border-color: #0C1494; }
span { border-color: rgb(12,20,148); }
td.TdClassName
{
border-color: #0C1494;
}
.TagClassName
{
border-color: #0C1494;
}
</style>