Shades of Ultramarine #0C1A91
Tints of Ultramarine #0C1A91
RGB
CMYK
RGB Variations
Color information
#0C1A91 (or 0x0C1A91) is known color: Ultramarine. HEX triplet: 0C, 1A and 91. RGB value is (12,26,145). Sum of RGB (Red+Green+Blue) = 12+26+145=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C1A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1A91 is #F3E56E. Grayscale: #222222. Windows color (decimal): -15983983 or 9509388. OLE color: 9509388.
HSL color Cylindrical-coordinate representation of color #0C1A91: hue angle of 233.68º 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 #0C1A91 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 26 | 145 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.43 |
| HSL | 233.68º | 0.85% | 0.31% | - |
| HSV(B) | 233.68º | 0.92% | 0.57% | - |
| XYZ | 5.63 | 2.86 | 27.04 | - |
| YUV | 35.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 145 | 0.92 | 0.82 | 0 | 0.43 | 233.68 | 0.85 | 0.31 |
| Hex | C | 1A | 91 | 5C | 52 | 0 | 2B | EA | 55 | 1F |
| Octal | 14 | 32 | 221 | 134 | 122 | 0 | 53 | 352 | 125 | 37 |
| Binary | 1100 | 11010 | 10010001 | 1011100 | 1010010 | 0 | 101011 | 11101010 | 1010101 | 11111 |
Color Harmonies of #0C1A91
Complementary color
Monochromatic Colors of #0C1A91
Black with #0C1A91
Text Example
Text Example
White with #0C1A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A91; }
p { color: rgb(12,26,145); }
H1.HeaderClassName
{
color: #0C1A91;
}
.AnyTagClassName
{
color: #0C1A91;
}
</style>
background-color css
<style>
a { background-color: #0C1A91; }
a { background-color: rgb(12,26,145); }
div.DivClassName
{
background-color: #0C1A91;
}
.BgClassName
{
background-color: #0C1A91;
}
</style>
border-color css
<style>
span { border-color: #0C1A91; }
span { border-color: rgb(12,26,145); }
td.TdClassName
{
border-color: #0C1A91;
}
.TagClassName
{
border-color: #0C1A91;
}
</style>