Shades of Ultramarine #0C1488
Tints of Ultramarine #0C1488
RGB
CMYK
RGB Variations
Color information
#0C1488 (or 0x0C1488) is known color: Ultramarine. HEX triplet: 0C, 14 and 88. RGB value is (12,20,136). Sum of RGB (Red+Green+Blue) = 12+20+136=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C1488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1488 is #F3EB77. Grayscale: #1E1E1E. Windows color (decimal): -15985528 or 8918028. OLE color: 8918028.
HSL color Cylindrical-coordinate representation of color #0C1488: hue angle of 236.13º 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 #0C1488 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 20 | 136 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.47 |
| HSL | 236.13º | 0.84% | 0.29% | - |
| HSV(B) | 236.13º | 0.91% | 0.53% | - |
| XYZ | 4.85 | 2.36 | 23.49 | - |
| YUV | 30.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 136 | 0.91 | 0.85 | 0 | 0.47 | 236.13 | 0.84 | 0.29 |
| Hex | C | 14 | 88 | 5B | 55 | 0 | 2F | EC | 54 | 1D |
| Octal | 14 | 24 | 210 | 133 | 125 | 0 | 57 | 354 | 124 | 35 |
| Binary | 1100 | 10100 | 10001000 | 1011011 | 1010101 | 0 | 101111 | 11101100 | 1010100 | 11101 |
Color Harmonies of #0C1488
Complementary color
Monochromatic Colors of #0C1488
Black with #0C1488
Text Example
Text Example
White with #0C1488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1488; }
p { color: rgb(12,20,136); }
H1.HeaderClassName
{
color: #0C1488;
}
.AnyTagClassName
{
color: #0C1488;
}
</style>
background-color css
<style>
a { background-color: #0C1488; }
a { background-color: rgb(12,20,136); }
div.DivClassName
{
background-color: #0C1488;
}
.BgClassName
{
background-color: #0C1488;
}
</style>
border-color css
<style>
span { border-color: #0C1488; }
span { border-color: rgb(12,20,136); }
td.TdClassName
{
border-color: #0C1488;
}
.TagClassName
{
border-color: #0C1488;
}
</style>