Shades of Ultramarine #10139E
Tints of Ultramarine #10139E
RGB
CMYK
RGB Variations
Color information
#10139E (or 0x10139E) is known color: Ultramarine. HEX triplet: 10, 13 and 9E. RGB value is (16,19,158). Sum of RGB (Red+Green+Blue) = 16+19+158=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #10139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10139E is #EFEC61. Grayscale: #212121. Windows color (decimal): -15723618 or 10359568. OLE color: 10359568.
HSL color Cylindrical-coordinate representation of color #10139E: hue angle of 238.73º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10139E is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 19 | 158 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.38 |
| HSL | 238.73º | 0.82% | 0.34% | - |
| HSV(B) | 238.73º | 0.9% | 0.62% | - |
| XYZ | 6.62 | 3.04 | 32.59 | - |
| YUV | 33.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 158 | 0.90 | 0.88 | 0 | 0.38 | 238.73 | 0.82 | 0.34 |
| Hex | 10 | 13 | 9E | 5A | 58 | 0 | 26 | EF | 52 | 22 |
| Octal | 20 | 23 | 236 | 132 | 130 | 0 | 46 | 357 | 122 | 42 |
| Binary | 10000 | 10011 | 10011110 | 1011010 | 1011000 | 0 | 100110 | 11101111 | 1010010 | 100010 |
Color Harmonies of #10139E
Complementary color
Monochromatic Colors of #10139E
Black with #10139E
Text Example
Text Example
White with #10139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10139E; }
p { color: rgb(16,19,158); }
H1.HeaderClassName
{
color: #10139E;
}
.AnyTagClassName
{
color: #10139E;
}
</style>
background-color css
<style>
a { background-color: #10139E; }
a { background-color: rgb(16,19,158); }
div.DivClassName
{
background-color: #10139E;
}
.BgClassName
{
background-color: #10139E;
}
</style>
border-color css
<style>
span { border-color: #10139E; }
span { border-color: rgb(16,19,158); }
td.TdClassName
{
border-color: #10139E;
}
.TagClassName
{
border-color: #10139E;
}
</style>