Shades of Ultramarine #0A1691
Tints of Ultramarine #0A1691
RGB
CMYK
RGB Variations
Color information
#0A1691 (or 0x0A1691) is known color: Ultramarine. HEX triplet: 0A, 16 and 91. RGB value is (10,22,145). Sum of RGB (Red+Green+Blue) = 10+22+145=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A1691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1691 is #F5E96E. Grayscale: #1F1F1F. Windows color (decimal): -16116079 or 9508362. OLE color: 9508362.
HSL color Cylindrical-coordinate representation of color #0A1691: hue angle of 234.67º 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 #0A1691 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 22 | 145 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.43 |
| HSL | 234.67º | 0.87% | 0.3% | - |
| HSV(B) | 234.67º | 0.93% | 0.57% | - |
| XYZ | 5.52 | 2.68 | 27.01 | - |
| YUV | 32.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 145 | 0.93 | 0.85 | 0 | 0.43 | 234.67 | 0.87 | 0.3 |
| Hex | A | 16 | 91 | 5D | 55 | 0 | 2B | EB | 57 | 1E |
| Octal | 12 | 26 | 221 | 135 | 125 | 0 | 53 | 353 | 127 | 36 |
| Binary | 1010 | 10110 | 10010001 | 1011101 | 1010101 | 0 | 101011 | 11101011 | 1010111 | 11110 |
Color Harmonies of #0A1691
Complementary color
Monochromatic Colors of #0A1691
Black with #0A1691
Text Example
Text Example
White with #0A1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1691; }
p { color: rgb(10,22,145); }
H1.HeaderClassName
{
color: #0A1691;
}
.AnyTagClassName
{
color: #0A1691;
}
</style>
background-color css
<style>
a { background-color: #0A1691; }
a { background-color: rgb(10,22,145); }
div.DivClassName
{
background-color: #0A1691;
}
.BgClassName
{
background-color: #0A1691;
}
</style>
border-color css
<style>
span { border-color: #0A1691; }
span { border-color: rgb(10,22,145); }
td.TdClassName
{
border-color: #0A1691;
}
.TagClassName
{
border-color: #0A1691;
}
</style>