Shades of Ultramarine #0A0293
Tints of Ultramarine #0A0293
RGB
CMYK
RGB Variations
Color information
#0A0293 (or 0x0A0293) is known color: Ultramarine. HEX triplet: 0A, 02 and 93. RGB value is (10,2,147). Sum of RGB (Red+Green+Blue) = 10+2+147=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 147 (57.81% from 255 or 92.45% from 159); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A0293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0293 is #F5FD6C. Grayscale: #141414. Windows color (decimal): -16121197 or 9634314. OLE color: 9634314.
HSL color Cylindrical-coordinate representation of color #0A0293: hue angle of 243.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0293 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 2 | 147 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.42 |
| HSL | 243.31º | 0.97% | 0.29% | - |
| HSV(B) | 243.31º | 0.99% | 0.58% | - |
| XYZ | 5.41 | 2.21 | 27.75 | - |
| YUV | 20.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 147 | 0.93 | 0.99 | 0 | 0.42 | 243.31 | 0.97 | 0.29 |
| Hex | A | 2 | 93 | 5D | 63 | 0 | 2A | F3 | 61 | 1D |
| Octal | 12 | 2 | 223 | 135 | 143 | 0 | 52 | 363 | 141 | 35 |
| Binary | 1010 | 10 | 10010011 | 1011101 | 1100011 | 0 | 101010 | 11110011 | 1100001 | 11101 |
Color Harmonies of #0A0293
Complementary color
Monochromatic Colors of #0A0293
Black with #0A0293
Text Example
Text Example
White with #0A0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0293; }
p { color: rgb(10,2,147); }
H1.HeaderClassName
{
color: #0A0293;
}
.AnyTagClassName
{
color: #0A0293;
}
</style>
background-color css
<style>
a { background-color: #0A0293; }
a { background-color: rgb(10,2,147); }
div.DivClassName
{
background-color: #0A0293;
}
.BgClassName
{
background-color: #0A0293;
}
</style>
border-color css
<style>
span { border-color: #0A0293; }
span { border-color: rgb(10,2,147); }
td.TdClassName
{
border-color: #0A0293;
}
.TagClassName
{
border-color: #0A0293;
}
</style>