Shades of Ultramarine #0A1A8C
Tints of Ultramarine #0A1A8C
RGB
CMYK
RGB Variations
Color information
#0A1A8C (or 0x0A1A8C) is known color: Ultramarine. HEX triplet: 0A, 1A and 8C. RGB value is (10,26,140). Sum of RGB (Red+Green+Blue) = 10+26+140=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A1A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1A8C is #F5E573. Grayscale: #212121. Windows color (decimal): -16115060 or 9181706. OLE color: 9181706.
HSL color Cylindrical-coordinate representation of color #0A1A8C: hue angle of 232.62º 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 #0A1A8C is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 26 | 140 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.45 |
| HSL | 232.62º | 0.87% | 0.29% | - |
| HSV(B) | 232.62º | 0.93% | 0.55% | - |
| XYZ | 5.23 | 2.7 | 25.06 | - |
| YUV | 34.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 140 | 0.93 | 0.81 | 0 | 0.45 | 232.62 | 0.87 | 0.29 |
| Hex | A | 1A | 8C | 5D | 51 | 0 | 2D | E9 | 57 | 1D |
| Octal | 12 | 32 | 214 | 135 | 121 | 0 | 55 | 351 | 127 | 35 |
| Binary | 1010 | 11010 | 10001100 | 1011101 | 1010001 | 0 | 101101 | 11101001 | 1010111 | 11101 |
Color Harmonies of #0A1A8C
Complementary color
Monochromatic Colors of #0A1A8C
Black with #0A1A8C
Text Example
Text Example
White with #0A1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A8C; }
p { color: rgb(10,26,140); }
H1.HeaderClassName
{
color: #0A1A8C;
}
.AnyTagClassName
{
color: #0A1A8C;
}
</style>
background-color css
<style>
a { background-color: #0A1A8C; }
a { background-color: rgb(10,26,140); }
div.DivClassName
{
background-color: #0A1A8C;
}
.BgClassName
{
background-color: #0A1A8C;
}
</style>
border-color css
<style>
span { border-color: #0A1A8C; }
span { border-color: rgb(10,26,140); }
td.TdClassName
{
border-color: #0A1A8C;
}
.TagClassName
{
border-color: #0A1A8C;
}
</style>