Shades of Ultramarine #0A0C88
Tints of Ultramarine #0A0C88
RGB
CMYK
RGB Variations
Color information
#0A0C88 (or 0x0A0C88) is known color: Ultramarine. HEX triplet: 0A, 0C and 88. RGB value is (10,12,136). Sum of RGB (Red+Green+Blue) = 10+12+136=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A0C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0C88 is #F5F377. Grayscale: #191919. Windows color (decimal): -16118648 or 8915978. OLE color: 8915978.
HSL color Cylindrical-coordinate representation of color #0A0C88: hue angle of 239.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0C88 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 12 | 136 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.47 |
| HSL | 239.05º | 0.86% | 0.29% | - |
| HSV(B) | 239.05º | 0.93% | 0.53% | - |
| XYZ | 4.7 | 2.11 | 23.45 | - |
| YUV | 25.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 136 | 0.93 | 0.91 | 0 | 0.47 | 239.05 | 0.86 | 0.29 |
| Hex | A | C | 88 | 5D | 5B | 0 | 2F | EF | 56 | 1D |
| Octal | 12 | 14 | 210 | 135 | 133 | 0 | 57 | 357 | 126 | 35 |
| Binary | 1010 | 1100 | 10001000 | 1011101 | 1011011 | 0 | 101111 | 11101111 | 1010110 | 11101 |
Color Harmonies of #0A0C88
Complementary color
Monochromatic Colors of #0A0C88
Black with #0A0C88
Text Example
Text Example
White with #0A0C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C88; }
p { color: rgb(10,12,136); }
H1.HeaderClassName
{
color: #0A0C88;
}
.AnyTagClassName
{
color: #0A0C88;
}
</style>
background-color css
<style>
a { background-color: #0A0C88; }
a { background-color: rgb(10,12,136); }
div.DivClassName
{
background-color: #0A0C88;
}
.BgClassName
{
background-color: #0A0C88;
}
</style>
border-color css
<style>
span { border-color: #0A0C88; }
span { border-color: rgb(10,12,136); }
td.TdClassName
{
border-color: #0A0C88;
}
.TagClassName
{
border-color: #0A0C88;
}
</style>