Shades of Ultramarine #0C1588
Tints of Ultramarine #0C1588
RGB
CMYK
RGB Variations
Color information
#0C1588 (or 0x0C1588) is known color: Ultramarine. HEX triplet: 0C, 15 and 88. RGB value is (12,21,136). Sum of RGB (Red+Green+Blue) = 12+21+136=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C1588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1588 is #F3EA77. Grayscale: #1E1E1E. Windows color (decimal): -15985272 or 8918284. OLE color: 8918284.
HSL color Cylindrical-coordinate representation of color #0C1588: hue angle of 235.65º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1588 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 21 | 136 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.47 |
| HSL | 235.65º | 0.84% | 0.29% | - |
| HSV(B) | 235.65º | 0.91% | 0.53% | - |
| XYZ | 4.86 | 2.39 | 23.5 | - |
| YUV | 31.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 136 | 0.91 | 0.85 | 0 | 0.47 | 235.65 | 0.84 | 0.29 |
| Hex | C | 15 | 88 | 5B | 55 | 0 | 2F | EC | 54 | 1D |
| Octal | 14 | 25 | 210 | 133 | 125 | 0 | 57 | 354 | 124 | 35 |
| Binary | 1100 | 10101 | 10001000 | 1011011 | 1010101 | 0 | 101111 | 11101100 | 1010100 | 11101 |
Color Harmonies of #0C1588
Complementary color
Monochromatic Colors of #0C1588
Black with #0C1588
Text Example
Text Example
White with #0C1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1588; }
p { color: rgb(12,21,136); }
H1.HeaderClassName
{
color: #0C1588;
}
.AnyTagClassName
{
color: #0C1588;
}
</style>
background-color css
<style>
a { background-color: #0C1588; }
a { background-color: rgb(12,21,136); }
div.DivClassName
{
background-color: #0C1588;
}
.BgClassName
{
background-color: #0C1588;
}
</style>
border-color css
<style>
span { border-color: #0C1588; }
span { border-color: rgb(12,21,136); }
td.TdClassName
{
border-color: #0C1588;
}
.TagClassName
{
border-color: #0C1588;
}
</style>