Shades of Ultramarine #0A1193
Tints of Ultramarine #0A1193
RGB
CMYK
RGB Variations
Color information
#0A1193 (or 0x0A1193) is known color: Ultramarine. HEX triplet: 0A, 11 and 93. RGB value is (10,17,147). Sum of RGB (Red+Green+Blue) = 10+17+147=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A1193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1193 is #F5EE6C. Grayscale: #1D1D1D. Windows color (decimal): -16117357 or 9638154. OLE color: 9638154.
HSL color Cylindrical-coordinate representation of color #0A1193: hue angle of 236.93º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1193 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 17 | 147 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.42 |
| HSL | 236.93º | 0.87% | 0.31% | - |
| HSV(B) | 236.93º | 0.93% | 0.58% | - |
| XYZ | 5.59 | 2.57 | 27.81 | - |
| YUV | 29.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 147 | 0.93 | 0.88 | 0 | 0.42 | 236.93 | 0.87 | 0.31 |
| Hex | A | 11 | 93 | 5D | 58 | 0 | 2A | ED | 57 | 1F |
| Octal | 12 | 21 | 223 | 135 | 130 | 0 | 52 | 355 | 127 | 37 |
| Binary | 1010 | 10001 | 10010011 | 1011101 | 1011000 | 0 | 101010 | 11101101 | 1010111 | 11111 |
Color Harmonies of #0A1193
Complementary color
Monochromatic Colors of #0A1193
Black with #0A1193
Text Example
Text Example
White with #0A1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1193; }
p { color: rgb(10,17,147); }
H1.HeaderClassName
{
color: #0A1193;
}
.AnyTagClassName
{
color: #0A1193;
}
</style>
background-color css
<style>
a { background-color: #0A1193; }
a { background-color: rgb(10,17,147); }
div.DivClassName
{
background-color: #0A1193;
}
.BgClassName
{
background-color: #0A1193;
}
</style>
border-color css
<style>
span { border-color: #0A1193; }
span { border-color: rgb(10,17,147); }
td.TdClassName
{
border-color: #0A1193;
}
.TagClassName
{
border-color: #0A1193;
}
</style>