Shades of Ultramarine #0A1188
Tints of Ultramarine #0A1188
RGB
CMYK
RGB Variations
Color information
#0A1188 (or 0x0A1188) is known color: Ultramarine. HEX triplet: 0A, 11 and 88. RGB value is (10,17,136). Sum of RGB (Red+Green+Blue) = 10+17+136=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A1188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1188 is #F5EE77. Grayscale: #1B1B1B. Windows color (decimal): -16117368 or 8917258. OLE color: 8917258.
HSL color Cylindrical-coordinate representation of color #0A1188: hue angle of 236.67º 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 #0A1188 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 17 | 136 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.47 |
| HSL | 236.67º | 0.86% | 0.29% | - |
| HSV(B) | 236.67º | 0.93% | 0.53% | - |
| XYZ | 4.77 | 2.24 | 23.47 | - |
| YUV | 28.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 136 | 0.93 | 0.87 | 0 | 0.47 | 236.67 | 0.86 | 0.29 |
| Hex | A | 11 | 88 | 5D | 57 | 0 | 2F | ED | 56 | 1D |
| Octal | 12 | 21 | 210 | 135 | 127 | 0 | 57 | 355 | 126 | 35 |
| Binary | 1010 | 10001 | 10001000 | 1011101 | 1010111 | 0 | 101111 | 11101101 | 1010110 | 11101 |
Color Harmonies of #0A1188
Complementary color
Monochromatic Colors of #0A1188
Black with #0A1188
Text Example
Text Example
White with #0A1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1188; }
p { color: rgb(10,17,136); }
H1.HeaderClassName
{
color: #0A1188;
}
.AnyTagClassName
{
color: #0A1188;
}
</style>
background-color css
<style>
a { background-color: #0A1188; }
a { background-color: rgb(10,17,136); }
div.DivClassName
{
background-color: #0A1188;
}
.BgClassName
{
background-color: #0A1188;
}
</style>
border-color css
<style>
span { border-color: #0A1188; }
span { border-color: rgb(10,17,136); }
td.TdClassName
{
border-color: #0A1188;
}
.TagClassName
{
border-color: #0A1188;
}
</style>