Shades of Ultramarine #0A098A
Tints of Ultramarine #0A098A
RGB
CMYK
RGB Variations
Color information
#0A098A (or 0x0A098A) is known color: Ultramarine. HEX triplet: 0A, 09 and 8A. RGB value is (10,9,138). Sum of RGB (Red+Green+Blue) = 10+9+138=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A098A is #F5F675. Grayscale: #171717. Windows color (decimal): -16119414 or 9046282. OLE color: 9046282.
HSL color Cylindrical-coordinate representation of color #0A098A: hue angle of 240.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A098A is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 9 | 138 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.46 |
| HSL | 240.47º | 0.88% | 0.29% | - |
| HSV(B) | 240.47º | 0.93% | 0.54% | - |
| XYZ | 4.81 | 2.09 | 24.2 | - |
| YUV | 24.01 | 192.33 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 138 | 0.93 | 0.93 | 0 | 0.46 | 240.47 | 0.88 | 0.29 |
| Hex | A | 9 | 8A | 5D | 5D | 0 | 2E | F0 | 58 | 1D |
| Octal | 12 | 11 | 212 | 135 | 135 | 0 | 56 | 360 | 130 | 35 |
| Binary | 1010 | 1001 | 10001010 | 1011101 | 1011101 | 0 | 101110 | 11110000 | 1011000 | 11101 |
Color Harmonies of #0A098A
Complementary color
Monochromatic Colors of #0A098A
Black with #0A098A
Text Example
Text Example
White with #0A098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A098A; }
p { color: rgb(10,9,138); }
H1.HeaderClassName
{
color: #0A098A;
}
.AnyTagClassName
{
color: #0A098A;
}
</style>
background-color css
<style>
a { background-color: #0A098A; }
a { background-color: rgb(10,9,138); }
div.DivClassName
{
background-color: #0A098A;
}
.BgClassName
{
background-color: #0A098A;
}
</style>
border-color css
<style>
span { border-color: #0A098A; }
span { border-color: rgb(10,9,138); }
td.TdClassName
{
border-color: #0A098A;
}
.TagClassName
{
border-color: #0A098A;
}
</style>