Shades of Ultramarine #0C1290
Tints of Ultramarine #0C1290
RGB
CMYK
RGB Variations
Color information
#0C1290 (or 0x0C1290) is known color: Ultramarine. HEX triplet: 0C, 12 and 90. RGB value is (12,18,144). Sum of RGB (Red+Green+Blue) = 12+18+144=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C1290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1290 is #F3ED6F. Grayscale: #1E1E1E. Windows color (decimal): -15986032 or 9441804. OLE color: 9441804.
HSL color Cylindrical-coordinate representation of color #0C1290: hue angle of 237.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1290 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 18 | 144 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.44 |
| HSL | 237.27º | 0.85% | 0.31% | - |
| HSV(B) | 237.27º | 0.92% | 0.56% | - |
| XYZ | 5.4 | 2.52 | 26.59 | - |
| YUV | 30.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 144 | 0.92 | 0.88 | 0 | 0.44 | 237.27 | 0.85 | 0.31 |
| Hex | C | 12 | 90 | 5C | 58 | 0 | 2C | ED | 55 | 1F |
| Octal | 14 | 22 | 220 | 134 | 130 | 0 | 54 | 355 | 125 | 37 |
| Binary | 1100 | 10010 | 10010000 | 1011100 | 1011000 | 0 | 101100 | 11101101 | 1010101 | 11111 |
Color Harmonies of #0C1290
Complementary color
Monochromatic Colors of #0C1290
Black with #0C1290
Text Example
Text Example
White with #0C1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1290; }
p { color: rgb(12,18,144); }
H1.HeaderClassName
{
color: #0C1290;
}
.AnyTagClassName
{
color: #0C1290;
}
</style>
background-color css
<style>
a { background-color: #0C1290; }
a { background-color: rgb(12,18,144); }
div.DivClassName
{
background-color: #0C1290;
}
.BgClassName
{
background-color: #0C1290;
}
</style>
border-color css
<style>
span { border-color: #0C1290; }
span { border-color: rgb(12,18,144); }
td.TdClassName
{
border-color: #0C1290;
}
.TagClassName
{
border-color: #0C1290;
}
</style>