Shades of Ultramarine #0A1192
Tints of Ultramarine #0A1192
RGB
CMYK
RGB Variations
Color information
#0A1192 (or 0x0A1192) is known color: Ultramarine. HEX triplet: 0A, 11 and 92. RGB value is (10,17,146). Sum of RGB (Red+Green+Blue) = 10+17+146=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A1192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1192 is #F5EE6D. Grayscale: #1D1D1D. Windows color (decimal): -16117358 or 9572618. OLE color: 9572618.
HSL color Cylindrical-coordinate representation of color #0A1192: hue angle of 236.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1192 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 17 | 146 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.43 |
| HSL | 236.91º | 0.87% | 0.31% | - |
| HSV(B) | 236.91º | 0.93% | 0.57% | - |
| XYZ | 5.51 | 2.54 | 27.39 | - |
| YUV | 29.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 146 | 0.93 | 0.88 | 0 | 0.43 | 236.91 | 0.87 | 0.31 |
| Hex | A | 11 | 92 | 5D | 58 | 0 | 2B | ED | 57 | 1F |
| Octal | 12 | 21 | 222 | 135 | 130 | 0 | 53 | 355 | 127 | 37 |
| Binary | 1010 | 10001 | 10010010 | 1011101 | 1011000 | 0 | 101011 | 11101101 | 1010111 | 11111 |
Color Harmonies of #0A1192
Complementary color
Monochromatic Colors of #0A1192
Black with #0A1192
Text Example
Text Example
White with #0A1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1192; }
p { color: rgb(10,17,146); }
H1.HeaderClassName
{
color: #0A1192;
}
.AnyTagClassName
{
color: #0A1192;
}
</style>
background-color css
<style>
a { background-color: #0A1192; }
a { background-color: rgb(10,17,146); }
div.DivClassName
{
background-color: #0A1192;
}
.BgClassName
{
background-color: #0A1192;
}
</style>
border-color css
<style>
span { border-color: #0A1192; }
span { border-color: rgb(10,17,146); }
td.TdClassName
{
border-color: #0A1192;
}
.TagClassName
{
border-color: #0A1192;
}
</style>