Shades of Ultramarine #0C038E
Tints of Ultramarine #0C038E
RGB
CMYK
RGB Variations
Color information
#0C038E (or 0x0C038E) is known color: Ultramarine. HEX triplet: 0C, 03 and 8E. RGB value is (12,3,142). Sum of RGB (Red+Green+Blue) = 12+3+142=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 142 (55.86% from 255 or 90.45% from 157); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C038E is #F3FC71. Grayscale: #141414. Windows color (decimal): -15989874 or 9306892. OLE color: 9306892.
HSL color Cylindrical-coordinate representation of color #0C038E: hue angle of 243.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C038E is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 3 | 142 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.44 |
| HSL | 243.88º | 0.96% | 0.28% | - |
| HSV(B) | 243.88º | 0.98% | 0.56% | - |
| XYZ | 5.07 | 2.1 | 25.73 | - |
| YUV | 21.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 142 | 0.92 | 0.98 | 0 | 0.44 | 243.88 | 0.96 | 0.28 |
| Hex | C | 3 | 8E | 5C | 62 | 0 | 2C | F4 | 60 | 1C |
| Octal | 14 | 3 | 216 | 134 | 142 | 0 | 54 | 364 | 140 | 34 |
| Binary | 1100 | 11 | 10001110 | 1011100 | 1100010 | 0 | 101100 | 11110100 | 1100000 | 11100 |
Color Harmonies of #0C038E
Complementary color
Monochromatic Colors of #0C038E
Black with #0C038E
Text Example
Text Example
White with #0C038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C038E; }
p { color: rgb(12,3,142); }
H1.HeaderClassName
{
color: #0C038E;
}
.AnyTagClassName
{
color: #0C038E;
}
</style>
background-color css
<style>
a { background-color: #0C038E; }
a { background-color: rgb(12,3,142); }
div.DivClassName
{
background-color: #0C038E;
}
.BgClassName
{
background-color: #0C038E;
}
</style>
border-color css
<style>
span { border-color: #0C038E; }
span { border-color: rgb(12,3,142); }
td.TdClassName
{
border-color: #0C038E;
}
.TagClassName
{
border-color: #0C038E;
}
</style>