Shades of Ultramarine #0A098D
Tints of Ultramarine #0A098D
RGB
CMYK
RGB Variations
Color information
#0A098D (or 0x0A098D) is known color: Ultramarine. HEX triplet: 0A, 09 and 8D. RGB value is (10,9,141). Sum of RGB (Red+Green+Blue) = 10+9+141=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A098D is #F5F672. Grayscale: #171717. Windows color (decimal): -16119411 or 9242890. OLE color: 9242890.
HSL color Cylindrical-coordinate representation of color #0A098D: hue angle of 240.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A098D is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 9 | 141 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.45 |
| HSL | 240.45º | 0.88% | 0.29% | - |
| HSV(B) | 240.45º | 0.94% | 0.55% | - |
| XYZ | 5.03 | 2.18 | 25.36 | - |
| YUV | 24.35 | 193.83 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 141 | 0.93 | 0.94 | 0 | 0.45 | 240.45 | 0.88 | 0.29 |
| Hex | A | 9 | 8D | 5D | 5E | 0 | 2D | F0 | 58 | 1D |
| Octal | 12 | 11 | 215 | 135 | 136 | 0 | 55 | 360 | 130 | 35 |
| Binary | 1010 | 1001 | 10001101 | 1011101 | 1011110 | 0 | 101101 | 11110000 | 1011000 | 11101 |
Color Harmonies of #0A098D
Complementary color
Monochromatic Colors of #0A098D
Black with #0A098D
Text Example
Text Example
White with #0A098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A098D; }
p { color: rgb(10,9,141); }
H1.HeaderClassName
{
color: #0A098D;
}
.AnyTagClassName
{
color: #0A098D;
}
</style>
background-color css
<style>
a { background-color: #0A098D; }
a { background-color: rgb(10,9,141); }
div.DivClassName
{
background-color: #0A098D;
}
.BgClassName
{
background-color: #0A098D;
}
</style>
border-color css
<style>
span { border-color: #0A098D; }
span { border-color: rgb(10,9,141); }
td.TdClassName
{
border-color: #0A098D;
}
.TagClassName
{
border-color: #0A098D;
}
</style>