Shades of Ultramarine #0C018E
Tints of Ultramarine #0C018E
RGB
CMYK
RGB Variations
Color information
#0C018E (or 0x0C018E) is known color: Ultramarine. HEX triplet: 0C, 01 and 8E. RGB value is (12,1,142). Sum of RGB (Red+Green+Blue) = 12+1+142=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 142 (55.86% from 255 or 91.61% from 155); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C018E is #F3FE71. Grayscale: #131313. Windows color (decimal): -15990386 or 9306380. OLE color: 9306380.
HSL color Cylindrical-coordinate representation of color #0C018E: hue angle of 244.68º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C018E is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 1 | 142 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.44 |
| HSL | 244.68º | 0.99% | 0.28% | - |
| HSV(B) | 244.68º | 0.99% | 0.56% | - |
| XYZ | 5.04 | 2.05 | 25.72 | - |
| YUV | 20.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 142 | 0.92 | 0.99 | 0 | 0.44 | 244.68 | 0.99 | 0.28 |
| Hex | C | 1 | 8E | 5C | 63 | 0 | 2C | F5 | 63 | 1C |
| Octal | 14 | 1 | 216 | 134 | 143 | 0 | 54 | 365 | 143 | 34 |
| Binary | 1100 | 1 | 10001110 | 1011100 | 1100011 | 0 | 101100 | 11110101 | 1100011 | 11100 |
Color Harmonies of #0C018E
Complementary color
Monochromatic Colors of #0C018E
Black with #0C018E
Text Example
Text Example
White with #0C018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C018E; }
p { color: rgb(12,1,142); }
H1.HeaderClassName
{
color: #0C018E;
}
.AnyTagClassName
{
color: #0C018E;
}
</style>
background-color css
<style>
a { background-color: #0C018E; }
a { background-color: rgb(12,1,142); }
div.DivClassName
{
background-color: #0C018E;
}
.BgClassName
{
background-color: #0C018E;
}
</style>
border-color css
<style>
span { border-color: #0C018E; }
span { border-color: rgb(12,1,142); }
td.TdClassName
{
border-color: #0C018E;
}
.TagClassName
{
border-color: #0C018E;
}
</style>