Shades of Ultramarine #0A0794
Tints of Ultramarine #0A0794
RGB
CMYK
RGB Variations
Color information
#0A0794 (or 0x0A0794) is known color: Ultramarine. HEX triplet: 0A, 07 and 94. RGB value is (10,7,148). Sum of RGB (Red+Green+Blue) = 10+7+148=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A0794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0794 is #F5F86B. Grayscale: #171717. Windows color (decimal): -16119916 or 9701130. OLE color: 9701130.
HSL color Cylindrical-coordinate representation of color #0A0794: hue angle of 241.28º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0794 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 7 | 148 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.42 |
| HSL | 241.28º | 0.91% | 0.3% | - |
| HSV(B) | 241.28º | 0.95% | 0.58% | - |
| XYZ | 5.55 | 2.35 | 28.18 | - |
| YUV | 23.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 148 | 0.93 | 0.95 | 0 | 0.42 | 241.28 | 0.91 | 0.3 |
| Hex | A | 7 | 94 | 5D | 5F | 0 | 2A | F1 | 5B | 1E |
| Octal | 12 | 7 | 224 | 135 | 137 | 0 | 52 | 361 | 133 | 36 |
| Binary | 1010 | 111 | 10010100 | 1011101 | 1011111 | 0 | 101010 | 11110001 | 1011011 | 11110 |
Color Harmonies of #0A0794
Complementary color
Monochromatic Colors of #0A0794
Black with #0A0794
Text Example
Text Example
White with #0A0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0794; }
p { color: rgb(10,7,148); }
H1.HeaderClassName
{
color: #0A0794;
}
.AnyTagClassName
{
color: #0A0794;
}
</style>
background-color css
<style>
a { background-color: #0A0794; }
a { background-color: rgb(10,7,148); }
div.DivClassName
{
background-color: #0A0794;
}
.BgClassName
{
background-color: #0A0794;
}
</style>
border-color css
<style>
span { border-color: #0A0794; }
span { border-color: rgb(10,7,148); }
td.TdClassName
{
border-color: #0A0794;
}
.TagClassName
{
border-color: #0A0794;
}
</style>