Shades of Ultramarine #0C139A
Tints of Ultramarine #0C139A
RGB
CMYK
RGB Variations
Color information
#0C139A (or 0x0C139A) is known color: Ultramarine. HEX triplet: 0C, 13 and 9A. RGB value is (12,19,154). Sum of RGB (Red+Green+Blue) = 12+19+154=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 154 (60.55% from 255 or 83.24% from 185); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C139A is #F3EC65. Grayscale: #1F1F1F. Windows color (decimal): -15985766 or 10097420. OLE color: 10097420.
HSL color Cylindrical-coordinate representation of color #0C139A: hue angle of 237.04º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C139A is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 19 | 154 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.40 |
| HSL | 237.04º | 0.86% | 0.33% | - |
| HSV(B) | 237.04º | 0.92% | 0.6% | - |
| XYZ | 6.22 | 2.88 | 30.8 | - |
| YUV | 32.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 154 | 0.92 | 0.88 | 0 | 0.40 | 237.04 | 0.86 | 0.33 |
| Hex | C | 13 | 9A | 5C | 58 | 0 | 28 | ED | 56 | 21 |
| Octal | 14 | 23 | 232 | 134 | 130 | 0 | 50 | 355 | 126 | 41 |
| Binary | 1100 | 10011 | 10011010 | 1011100 | 1011000 | 0 | 101000 | 11101101 | 1010110 | 100001 |
Color Harmonies of #0C139A
Complementary color
Monochromatic Colors of #0C139A
Black with #0C139A
Text Example
Text Example
White with #0C139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C139A; }
p { color: rgb(12,19,154); }
H1.HeaderClassName
{
color: #0C139A;
}
.AnyTagClassName
{
color: #0C139A;
}
</style>
background-color css
<style>
a { background-color: #0C139A; }
a { background-color: rgb(12,19,154); }
div.DivClassName
{
background-color: #0C139A;
}
.BgClassName
{
background-color: #0C139A;
}
</style>
border-color css
<style>
span { border-color: #0C139A; }
span { border-color: rgb(12,19,154); }
td.TdClassName
{
border-color: #0C139A;
}
.TagClassName
{
border-color: #0C139A;
}
</style>