Shades of Ultramarine #0A158C
Tints of Ultramarine #0A158C
RGB
CMYK
RGB Variations
Color information
#0A158C (or 0x0A158C) is known color: Ultramarine. HEX triplet: 0A, 15 and 8C. RGB value is (10,21,140). Sum of RGB (Red+Green+Blue) = 10+21+140=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A158C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A158C is #F5EA73. Grayscale: #1E1E1E. Windows color (decimal): -16116340 or 9180426. OLE color: 9180426.
HSL color Cylindrical-coordinate representation of color #0A158C: hue angle of 234.92º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A158C is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 21 | 140 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.45 |
| HSL | 234.92º | 0.87% | 0.29% | - |
| HSV(B) | 234.92º | 0.93% | 0.55% | - |
| XYZ | 5.13 | 2.49 | 25.02 | - |
| YUV | 31.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 140 | 0.93 | 0.85 | 0 | 0.45 | 234.92 | 0.87 | 0.29 |
| Hex | A | 15 | 8C | 5D | 55 | 0 | 2D | EB | 57 | 1D |
| Octal | 12 | 25 | 214 | 135 | 125 | 0 | 55 | 353 | 127 | 35 |
| Binary | 1010 | 10101 | 10001100 | 1011101 | 1010101 | 0 | 101101 | 11101011 | 1010111 | 11101 |
Color Harmonies of #0A158C
Complementary color
Monochromatic Colors of #0A158C
Black with #0A158C
Text Example
Text Example
White with #0A158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A158C; }
p { color: rgb(10,21,140); }
H1.HeaderClassName
{
color: #0A158C;
}
.AnyTagClassName
{
color: #0A158C;
}
</style>
background-color css
<style>
a { background-color: #0A158C; }
a { background-color: rgb(10,21,140); }
div.DivClassName
{
background-color: #0A158C;
}
.BgClassName
{
background-color: #0A158C;
}
</style>
border-color css
<style>
span { border-color: #0A158C; }
span { border-color: rgb(10,21,140); }
td.TdClassName
{
border-color: #0A158C;
}
.TagClassName
{
border-color: #0A158C;
}
</style>