Shades of Ultramarine #0C038D
Tints of Ultramarine #0C038D
RGB
CMYK
RGB Variations
Color information
#0C038D (or 0x0C038D) is known color: Ultramarine. HEX triplet: 0C, 03 and 8D. RGB value is (12,3,141). Sum of RGB (Red+Green+Blue) = 12+3+141=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 141 (55.47% from 255 or 90.38% from 156); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C038D is #F3FC72. Grayscale: #141414. Windows color (decimal): -15989875 or 9241356. OLE color: 9241356.
HSL color Cylindrical-coordinate representation of color #0C038D: hue angle of 243.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C038D is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 3 | 141 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.45 |
| HSL | 243.91º | 0.96% | 0.28% | - |
| HSV(B) | 243.91º | 0.98% | 0.55% | - |
| XYZ | 4.99 | 2.07 | 25.34 | - |
| YUV | 21.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 141 | 0.91 | 0.98 | 0 | 0.45 | 243.91 | 0.96 | 0.28 |
| Hex | C | 3 | 8D | 5B | 62 | 0 | 2D | F4 | 60 | 1C |
| Octal | 14 | 3 | 215 | 133 | 142 | 0 | 55 | 364 | 140 | 34 |
| Binary | 1100 | 11 | 10001101 | 1011011 | 1100010 | 0 | 101101 | 11110100 | 1100000 | 11100 |
Color Harmonies of #0C038D
Complementary color
Monochromatic Colors of #0C038D
Black with #0C038D
Text Example
Text Example
White with #0C038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C038D; }
p { color: rgb(12,3,141); }
H1.HeaderClassName
{
color: #0C038D;
}
.AnyTagClassName
{
color: #0C038D;
}
</style>
background-color css
<style>
a { background-color: #0C038D; }
a { background-color: rgb(12,3,141); }
div.DivClassName
{
background-color: #0C038D;
}
.BgClassName
{
background-color: #0C038D;
}
</style>
border-color css
<style>
span { border-color: #0C038D; }
span { border-color: rgb(12,3,141); }
td.TdClassName
{
border-color: #0C038D;
}
.TagClassName
{
border-color: #0C038D;
}
</style>