Shades of Ultramarine #0A0892
Tints of Ultramarine #0A0892
RGB
CMYK
RGB Variations
Color information
#0A0892 (or 0x0A0892) is known color: Ultramarine. HEX triplet: 0A, 08 and 92. RGB value is (10,8,146). Sum of RGB (Red+Green+Blue) = 10+8+146=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A0892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0892 is #F5F76D. Grayscale: #171717. Windows color (decimal): -16119662 or 9570314. OLE color: 9570314.
HSL color Cylindrical-coordinate representation of color #0A0892: hue angle of 240.87º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0892 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 8 | 146 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.43 |
| HSL | 240.87º | 0.9% | 0.3% | - |
| HSV(B) | 240.87º | 0.95% | 0.57% | - |
| XYZ | 5.4 | 2.31 | 27.36 | - |
| YUV | 24.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 146 | 0.93 | 0.95 | 0 | 0.43 | 240.87 | 0.9 | 0.3 |
| Hex | A | 8 | 92 | 5D | 5F | 0 | 2B | F1 | 5A | 1E |
| Octal | 12 | 10 | 222 | 135 | 137 | 0 | 53 | 361 | 132 | 36 |
| Binary | 1010 | 1000 | 10010010 | 1011101 | 1011111 | 0 | 101011 | 11110001 | 1011010 | 11110 |
Color Harmonies of #0A0892
Complementary color
Monochromatic Colors of #0A0892
Black with #0A0892
Text Example
Text Example
White with #0A0892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0892; }
p { color: rgb(10,8,146); }
H1.HeaderClassName
{
color: #0A0892;
}
.AnyTagClassName
{
color: #0A0892;
}
</style>
background-color css
<style>
a { background-color: #0A0892; }
a { background-color: rgb(10,8,146); }
div.DivClassName
{
background-color: #0A0892;
}
.BgClassName
{
background-color: #0A0892;
}
</style>
border-color css
<style>
span { border-color: #0A0892; }
span { border-color: rgb(10,8,146); }
td.TdClassName
{
border-color: #0A0892;
}
.TagClassName
{
border-color: #0A0892;
}
</style>