Shades of Ultramarine #0A108C
Tints of Ultramarine #0A108C
RGB
CMYK
RGB Variations
Color information
#0A108C (or 0x0A108C) is known color: Ultramarine. HEX triplet: 0A, 10 and 8C. RGB value is (10,16,140). Sum of RGB (Red+Green+Blue) = 10+16+140=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A108C is #F5EF73. Grayscale: #1B1B1B. Windows color (decimal): -16117620 or 9179146. OLE color: 9179146.
HSL color Cylindrical-coordinate representation of color #0A108C: hue angle of 237.23º 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 #0A108C is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 16 | 140 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.45 |
| HSL | 237.23º | 0.87% | 0.29% | - |
| HSV(B) | 237.23º | 0.93% | 0.55% | - |
| XYZ | 5.04 | 2.33 | 24.99 | - |
| YUV | 28.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 140 | 0.93 | 0.89 | 0 | 0.45 | 237.23 | 0.87 | 0.29 |
| Hex | A | 10 | 8C | 5D | 59 | 0 | 2D | ED | 57 | 1D |
| Octal | 12 | 20 | 214 | 135 | 131 | 0 | 55 | 355 | 127 | 35 |
| Binary | 1010 | 10000 | 10001100 | 1011101 | 1011001 | 0 | 101101 | 11101101 | 1010111 | 11101 |
Color Harmonies of #0A108C
Complementary color
Monochromatic Colors of #0A108C
Black with #0A108C
Text Example
Text Example
White with #0A108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A108C; }
p { color: rgb(10,16,140); }
H1.HeaderClassName
{
color: #0A108C;
}
.AnyTagClassName
{
color: #0A108C;
}
</style>
background-color css
<style>
a { background-color: #0A108C; }
a { background-color: rgb(10,16,140); }
div.DivClassName
{
background-color: #0A108C;
}
.BgClassName
{
background-color: #0A108C;
}
</style>
border-color css
<style>
span { border-color: #0A108C; }
span { border-color: rgb(10,16,140); }
td.TdClassName
{
border-color: #0A108C;
}
.TagClassName
{
border-color: #0A108C;
}
</style>