Shades of Ultramarine #0C1A90
Tints of Ultramarine #0C1A90
RGB
CMYK
RGB Variations
Color information
#0C1A90 (or 0x0C1A90) is known color: Ultramarine. HEX triplet: 0C, 1A and 90. RGB value is (12,26,144). Sum of RGB (Red+Green+Blue) = 12+26+144=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C1A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1A90 is #F3E56F. Grayscale: #222222. Windows color (decimal): -15983984 or 9443852. OLE color: 9443852.
HSL color Cylindrical-coordinate representation of color #0C1A90: hue angle of 233.64º 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 #0C1A90 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 26 | 144 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.44 |
| HSL | 233.64º | 0.85% | 0.31% | - |
| HSV(B) | 233.64º | 0.92% | 0.56% | - |
| XYZ | 5.56 | 2.83 | 26.64 | - |
| YUV | 35.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 144 | 0.92 | 0.82 | 0 | 0.44 | 233.64 | 0.85 | 0.31 |
| Hex | C | 1A | 90 | 5C | 52 | 0 | 2C | EA | 55 | 1F |
| Octal | 14 | 32 | 220 | 134 | 122 | 0 | 54 | 352 | 125 | 37 |
| Binary | 1100 | 11010 | 10010000 | 1011100 | 1010010 | 0 | 101100 | 11101010 | 1010101 | 11111 |
Color Harmonies of #0C1A90
Complementary color
Monochromatic Colors of #0C1A90
Black with #0C1A90
Text Example
Text Example
White with #0C1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A90; }
p { color: rgb(12,26,144); }
H1.HeaderClassName
{
color: #0C1A90;
}
.AnyTagClassName
{
color: #0C1A90;
}
</style>
background-color css
<style>
a { background-color: #0C1A90; }
a { background-color: rgb(12,26,144); }
div.DivClassName
{
background-color: #0C1A90;
}
.BgClassName
{
background-color: #0C1A90;
}
</style>
border-color css
<style>
span { border-color: #0C1A90; }
span { border-color: rgb(12,26,144); }
td.TdClassName
{
border-color: #0C1A90;
}
.TagClassName
{
border-color: #0C1A90;
}
</style>