Shades of Ultramarine #0C138B
Tints of Ultramarine #0C138B
RGB
CMYK
RGB Variations
Color information
#0C138B (or 0x0C138B) is known color: Ultramarine. HEX triplet: 0C, 13 and 8B. RGB value is (12,19,139). Sum of RGB (Red+Green+Blue) = 12+19+139=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C138B is #F3EC74. Grayscale: #1E1E1E. Windows color (decimal): -15985781 or 9114380. OLE color: 9114380.
HSL color Cylindrical-coordinate representation of color #0C138B: hue angle of 236.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C138B is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 19 | 139 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.45 |
| HSL | 236.69º | 0.84% | 0.3% | - |
| HSV(B) | 236.69º | 0.91% | 0.55% | - |
| XYZ | 5.04 | 2.41 | 24.63 | - |
| YUV | 30.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 139 | 0.91 | 0.86 | 0 | 0.45 | 236.69 | 0.84 | 0.3 |
| Hex | C | 13 | 8B | 5B | 56 | 0 | 2D | ED | 54 | 1E |
| Octal | 14 | 23 | 213 | 133 | 126 | 0 | 55 | 355 | 124 | 36 |
| Binary | 1100 | 10011 | 10001011 | 1011011 | 1010110 | 0 | 101101 | 11101101 | 1010100 | 11110 |
Color Harmonies of #0C138B
Complementary color
Monochromatic Colors of #0C138B
Black with #0C138B
Text Example
Text Example
White with #0C138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C138B; }
p { color: rgb(12,19,139); }
H1.HeaderClassName
{
color: #0C138B;
}
.AnyTagClassName
{
color: #0C138B;
}
</style>
background-color css
<style>
a { background-color: #0C138B; }
a { background-color: rgb(12,19,139); }
div.DivClassName
{
background-color: #0C138B;
}
.BgClassName
{
background-color: #0C138B;
}
</style>
border-color css
<style>
span { border-color: #0C138B; }
span { border-color: rgb(12,19,139); }
td.TdClassName
{
border-color: #0C138B;
}
.TagClassName
{
border-color: #0C138B;
}
</style>