Shades of Ultramarine #0A1091
Tints of Ultramarine #0A1091
RGB
CMYK
RGB Variations
Color information
#0A1091 (or 0x0A1091) is known color: Ultramarine. HEX triplet: 0A, 10 and 91. RGB value is (10,16,145). Sum of RGB (Red+Green+Blue) = 10+16+145=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A1091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1091 is #F5EF6E. Grayscale: #1C1C1C. Windows color (decimal): -16117615 or 9506826. OLE color: 9506826.
HSL color Cylindrical-coordinate representation of color #0A1091: hue angle of 237.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1091 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 16 | 145 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.43 |
| HSL | 237.33º | 0.87% | 0.3% | - |
| HSV(B) | 237.33º | 0.93% | 0.57% | - |
| XYZ | 5.42 | 2.48 | 26.98 | - |
| YUV | 28.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 145 | 0.93 | 0.89 | 0 | 0.43 | 237.33 | 0.87 | 0.3 |
| Hex | A | 10 | 91 | 5D | 59 | 0 | 2B | ED | 57 | 1E |
| Octal | 12 | 20 | 221 | 135 | 131 | 0 | 53 | 355 | 127 | 36 |
| Binary | 1010 | 10000 | 10010001 | 1011101 | 1011001 | 0 | 101011 | 11101101 | 1010111 | 11110 |
Color Harmonies of #0A1091
Complementary color
Monochromatic Colors of #0A1091
Black with #0A1091
Text Example
Text Example
White with #0A1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1091; }
p { color: rgb(10,16,145); }
H1.HeaderClassName
{
color: #0A1091;
}
.AnyTagClassName
{
color: #0A1091;
}
</style>
background-color css
<style>
a { background-color: #0A1091; }
a { background-color: rgb(10,16,145); }
div.DivClassName
{
background-color: #0A1091;
}
.BgClassName
{
background-color: #0A1091;
}
</style>
border-color css
<style>
span { border-color: #0A1091; }
span { border-color: rgb(10,16,145); }
td.TdClassName
{
border-color: #0A1091;
}
.TagClassName
{
border-color: #0A1091;
}
</style>