Shades of Ultramarine #0C1491
Tints of Ultramarine #0C1491
RGB
CMYK
RGB Variations
Color information
#0C1491 (or 0x0C1491) is known color: Ultramarine. HEX triplet: 0C, 14 and 91. RGB value is (12,20,145). Sum of RGB (Red+Green+Blue) = 12+20+145=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C1491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1491 is #F3EB6E. Grayscale: #1F1F1F. Windows color (decimal): -15985519 or 9507852. OLE color: 9507852.
HSL color Cylindrical-coordinate representation of color #0C1491: hue angle of 236.39º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1491 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 20 | 145 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.43 |
| HSL | 236.39º | 0.85% | 0.31% | - |
| HSV(B) | 236.39º | 0.92% | 0.57% | - |
| XYZ | 5.51 | 2.62 | 27 | - |
| YUV | 31.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 145 | 0.92 | 0.86 | 0 | 0.43 | 236.39 | 0.85 | 0.31 |
| Hex | C | 14 | 91 | 5C | 56 | 0 | 2B | EC | 55 | 1F |
| Octal | 14 | 24 | 221 | 134 | 126 | 0 | 53 | 354 | 125 | 37 |
| Binary | 1100 | 10100 | 10010001 | 1011100 | 1010110 | 0 | 101011 | 11101100 | 1010101 | 11111 |
Color Harmonies of #0C1491
Complementary color
Monochromatic Colors of #0C1491
Black with #0C1491
Text Example
Text Example
White with #0C1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1491; }
p { color: rgb(12,20,145); }
H1.HeaderClassName
{
color: #0C1491;
}
.AnyTagClassName
{
color: #0C1491;
}
</style>
background-color css
<style>
a { background-color: #0C1491; }
a { background-color: rgb(12,20,145); }
div.DivClassName
{
background-color: #0C1491;
}
.BgClassName
{
background-color: #0C1491;
}
</style>
border-color css
<style>
span { border-color: #0C1491; }
span { border-color: rgb(12,20,145); }
td.TdClassName
{
border-color: #0C1491;
}
.TagClassName
{
border-color: #0C1491;
}
</style>