Shades of Ultramarine #0A078D
Tints of Ultramarine #0A078D
RGB
CMYK
RGB Variations
Color information
#0A078D (or 0x0A078D) is known color: Ultramarine. HEX triplet: 0A, 07 and 8D. RGB value is (10,7,141). Sum of RGB (Red+Green+Blue) = 10+7+141=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A078D is #F5F872. Grayscale: #161616. Windows color (decimal): -16119923 or 9242378. OLE color: 9242378.
HSL color Cylindrical-coordinate representation of color #0A078D: hue angle of 241.34º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A078D is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 7 | 141 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.45 |
| HSL | 241.34º | 0.91% | 0.29% | - |
| HSV(B) | 241.34º | 0.95% | 0.55% | - |
| XYZ | 5.01 | 2.14 | 25.35 | - |
| YUV | 23.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 141 | 0.93 | 0.95 | 0 | 0.45 | 241.34 | 0.91 | 0.29 |
| Hex | A | 7 | 8D | 5D | 5F | 0 | 2D | F1 | 5B | 1D |
| Octal | 12 | 7 | 215 | 135 | 137 | 0 | 55 | 361 | 133 | 35 |
| Binary | 1010 | 111 | 10001101 | 1011101 | 1011111 | 0 | 101101 | 11110001 | 1011011 | 11101 |
Color Harmonies of #0A078D
Complementary color
Monochromatic Colors of #0A078D
Black with #0A078D
Text Example
Text Example
White with #0A078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A078D; }
p { color: rgb(10,7,141); }
H1.HeaderClassName
{
color: #0A078D;
}
.AnyTagClassName
{
color: #0A078D;
}
</style>
background-color css
<style>
a { background-color: #0A078D; }
a { background-color: rgb(10,7,141); }
div.DivClassName
{
background-color: #0A078D;
}
.BgClassName
{
background-color: #0A078D;
}
</style>
border-color css
<style>
span { border-color: #0A078D; }
span { border-color: rgb(10,7,141); }
td.TdClassName
{
border-color: #0A078D;
}
.TagClassName
{
border-color: #0A078D;
}
</style>