Shades of Ultramarine #0A0786
Tints of Ultramarine #0A0786
RGB
CMYK
RGB Variations
Color information
#0A0786 (or 0x0A0786) is known color: Ultramarine. HEX triplet: 0A, 07 and 86. RGB value is (10,7,134). Sum of RGB (Red+Green+Blue) = 10+7+134=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 134 (52.73% from 255 or 88.74% from 151); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A0786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0786 is #F5F879. Grayscale: #151515. Windows color (decimal): -16119930 or 8783626. OLE color: 8783626.
HSL color Cylindrical-coordinate representation of color #0A0786: hue angle of 241.42º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0786 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 7 | 134 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.47 |
| HSL | 241.42º | 0.9% | 0.28% | - |
| HSV(B) | 241.42º | 0.95% | 0.53% | - |
| XYZ | 4.5 | 1.94 | 22.69 | - |
| YUV | 22.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 134 | 0.93 | 0.95 | 0 | 0.47 | 241.42 | 0.9 | 0.28 |
| Hex | A | 7 | 86 | 5D | 5F | 0 | 2F | F1 | 5A | 1C |
| Octal | 12 | 7 | 206 | 135 | 137 | 0 | 57 | 361 | 132 | 34 |
| Binary | 1010 | 111 | 10000110 | 1011101 | 1011111 | 0 | 101111 | 11110001 | 1011010 | 11100 |
Color Harmonies of #0A0786
Complementary color
Monochromatic Colors of #0A0786
Black with #0A0786
Text Example
Text Example
White with #0A0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0786; }
p { color: rgb(10,7,134); }
H1.HeaderClassName
{
color: #0A0786;
}
.AnyTagClassName
{
color: #0A0786;
}
</style>
background-color css
<style>
a { background-color: #0A0786; }
a { background-color: rgb(10,7,134); }
div.DivClassName
{
background-color: #0A0786;
}
.BgClassName
{
background-color: #0A0786;
}
</style>
border-color css
<style>
span { border-color: #0A0786; }
span { border-color: rgb(10,7,134); }
td.TdClassName
{
border-color: #0A0786;
}
.TagClassName
{
border-color: #0A0786;
}
</style>