Shades of Ultramarine #0C158A
Tints of Ultramarine #0C158A
RGB
CMYK
RGB Variations
Color information
#0C158A (or 0x0C158A) is known color: Ultramarine. HEX triplet: 0C, 15 and 8A. RGB value is (12,21,138). Sum of RGB (Red+Green+Blue) = 12+21+138=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C158A is #F3EA75. Grayscale: #1F1F1F. Windows color (decimal): -15985270 or 9049356. OLE color: 9049356.
HSL color Cylindrical-coordinate representation of color #0C158A: hue angle of 235.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C158A is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 21 | 138 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.46 |
| HSL | 235.71º | 0.84% | 0.29% | - |
| HSV(B) | 235.71º | 0.91% | 0.54% | - |
| XYZ | 5.01 | 2.45 | 24.25 | - |
| YUV | 31.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 138 | 0.91 | 0.85 | 0 | 0.46 | 235.71 | 0.84 | 0.29 |
| Hex | C | 15 | 8A | 5B | 55 | 0 | 2E | EC | 54 | 1D |
| Octal | 14 | 25 | 212 | 133 | 125 | 0 | 56 | 354 | 124 | 35 |
| Binary | 1100 | 10101 | 10001010 | 1011011 | 1010101 | 0 | 101110 | 11101100 | 1010100 | 11101 |
Color Harmonies of #0C158A
Complementary color
Monochromatic Colors of #0C158A
Black with #0C158A
Text Example
Text Example
White with #0C158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C158A; }
p { color: rgb(12,21,138); }
H1.HeaderClassName
{
color: #0C158A;
}
.AnyTagClassName
{
color: #0C158A;
}
</style>
background-color css
<style>
a { background-color: #0C158A; }
a { background-color: rgb(12,21,138); }
div.DivClassName
{
background-color: #0C158A;
}
.BgClassName
{
background-color: #0C158A;
}
</style>
border-color css
<style>
span { border-color: #0C158A; }
span { border-color: rgb(12,21,138); }
td.TdClassName
{
border-color: #0C158A;
}
.TagClassName
{
border-color: #0C158A;
}
</style>