Shades of Ultramarine #0A17A0
Tints of Ultramarine #0A17A0
RGB
CMYK
RGB Variations
Color information
#0A17A0 (or 0x0A17A0) is known color: Ultramarine. HEX triplet: 0A, 17 and A0. RGB value is (10,23,160). Sum of RGB (Red+Green+Blue) = 10+23+160=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 160 (62.89% from 255 or 82.90% from 193); Max value from RGB is 160 - color contains mainly: blue. Hex color #0A17A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A17A0 is #F5E85F. Grayscale: #222222. Windows color (decimal): -16115808 or 10491658. OLE color: 10491658.
HSL color Cylindrical-coordinate representation of color #0A17A0: hue angle of 234.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A17A0 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 23 | 160 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.37 |
| HSL | 234.8º | 0.88% | 0.33% | - |
| HSV(B) | 234.8º | 0.94% | 0.63% | - |
| XYZ | 6.78 | 3.22 | 33.52 | - |
| YUV | 34.73 | 198.69 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 160 | 0.94 | 0.86 | 0 | 0.37 | 234.8 | 0.88 | 0.33 |
| Hex | A | 17 | A0 | 5E | 56 | 0 | 25 | EB | 58 | 21 |
| Octal | 12 | 27 | 240 | 136 | 126 | 0 | 45 | 353 | 130 | 41 |
| Binary | 1010 | 10111 | 10100000 | 1011110 | 1010110 | 0 | 100101 | 11101011 | 1011000 | 100001 |
Color Harmonies of #0A17A0
Complementary color
Monochromatic Colors of #0A17A0
Black with #0A17A0
Text Example
Text Example
White with #0A17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A17A0; }
p { color: rgb(10,23,160); }
H1.HeaderClassName
{
color: #0A17A0;
}
.AnyTagClassName
{
color: #0A17A0;
}
</style>
background-color css
<style>
a { background-color: #0A17A0; }
a { background-color: rgb(10,23,160); }
div.DivClassName
{
background-color: #0A17A0;
}
.BgClassName
{
background-color: #0A17A0;
}
</style>
border-color css
<style>
span { border-color: #0A17A0; }
span { border-color: rgb(10,23,160); }
td.TdClassName
{
border-color: #0A17A0;
}
.TagClassName
{
border-color: #0A17A0;
}
</style>