Shades of Ultramarine #0C158B
Tints of Ultramarine #0C158B
RGB
CMYK
RGB Variations
Color information
#0C158B (or 0x0C158B) is known color: Ultramarine. HEX triplet: 0C, 15 and 8B. RGB value is (12,21,139). Sum of RGB (Red+Green+Blue) = 12+21+139=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C158B is #F3EA74. Grayscale: #1F1F1F. Windows color (decimal): -15985269 or 9114892. OLE color: 9114892.
HSL color Cylindrical-coordinate representation of color #0C158B: hue angle of 235.75º 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 #0C158B is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 21 | 139 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.45 |
| HSL | 235.75º | 0.84% | 0.3% | - |
| HSV(B) | 235.75º | 0.91% | 0.55% | - |
| XYZ | 5.08 | 2.48 | 24.64 | - |
| YUV | 31.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 139 | 0.91 | 0.85 | 0 | 0.45 | 235.75 | 0.84 | 0.3 |
| Hex | C | 15 | 8B | 5B | 55 | 0 | 2D | EC | 54 | 1E |
| Octal | 14 | 25 | 213 | 133 | 125 | 0 | 55 | 354 | 124 | 36 |
| Binary | 1100 | 10101 | 10001011 | 1011011 | 1010101 | 0 | 101101 | 11101100 | 1010100 | 11110 |
Color Harmonies of #0C158B
Complementary color
Monochromatic Colors of #0C158B
Black with #0C158B
Text Example
Text Example
White with #0C158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C158B; }
p { color: rgb(12,21,139); }
H1.HeaderClassName
{
color: #0C158B;
}
.AnyTagClassName
{
color: #0C158B;
}
</style>
background-color css
<style>
a { background-color: #0C158B; }
a { background-color: rgb(12,21,139); }
div.DivClassName
{
background-color: #0C158B;
}
.BgClassName
{
background-color: #0C158B;
}
</style>
border-color css
<style>
span { border-color: #0C158B; }
span { border-color: rgb(12,21,139); }
td.TdClassName
{
border-color: #0C158B;
}
.TagClassName
{
border-color: #0C158B;
}
</style>