Shades of Ultramarine #0A0594
Tints of Ultramarine #0A0594
RGB
CMYK
RGB Variations
Color information
#0A0594 (or 0x0A0594) is known color: Ultramarine. HEX triplet: 0A, 05 and 94. RGB value is (10,5,148). Sum of RGB (Red+Green+Blue) = 10+5+148=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A0594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0594 is #F5FA6B. Grayscale: #161616. Windows color (decimal): -16120428 or 9700618. OLE color: 9700618.
HSL color Cylindrical-coordinate representation of color #0A0594: hue angle of 242.1º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0594 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 5 | 148 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.42 |
| HSL | 242.1º | 0.93% | 0.3% | - |
| HSV(B) | 242.1º | 0.97% | 0.58% | - |
| XYZ | 5.52 | 2.31 | 28.17 | - |
| YUV | 22.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 148 | 0.93 | 0.97 | 0 | 0.42 | 242.1 | 0.93 | 0.3 |
| Hex | A | 5 | 94 | 5D | 61 | 0 | 2A | F2 | 5D | 1E |
| Octal | 12 | 5 | 224 | 135 | 141 | 0 | 52 | 362 | 135 | 36 |
| Binary | 1010 | 101 | 10010100 | 1011101 | 1100001 | 0 | 101010 | 11110010 | 1011101 | 11110 |
Color Harmonies of #0A0594
Complementary color
Monochromatic Colors of #0A0594
Black with #0A0594
Text Example
Text Example
White with #0A0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0594; }
p { color: rgb(10,5,148); }
H1.HeaderClassName
{
color: #0A0594;
}
.AnyTagClassName
{
color: #0A0594;
}
</style>
background-color css
<style>
a { background-color: #0A0594; }
a { background-color: rgb(10,5,148); }
div.DivClassName
{
background-color: #0A0594;
}
.BgClassName
{
background-color: #0A0594;
}
</style>
border-color css
<style>
span { border-color: #0A0594; }
span { border-color: rgb(10,5,148); }
td.TdClassName
{
border-color: #0A0594;
}
.TagClassName
{
border-color: #0A0594;
}
</style>