Shades of Ultramarine #10139F
Tints of Ultramarine #10139F
RGB
CMYK
RGB Variations
Color information
#10139F (or 0x10139F) is known color: Ultramarine. HEX triplet: 10, 13 and 9F. RGB value is (16,19,159). Sum of RGB (Red+Green+Blue) = 16+19+159=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #10139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10139F is #EFEC60. Grayscale: #212121. Windows color (decimal): -15723617 or 10425104. OLE color: 10425104.
HSL color Cylindrical-coordinate representation of color #10139F: hue angle of 238.74º 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 #10139F is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 19 | 159 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.38 |
| HSL | 238.74º | 0.82% | 0.34% | - |
| HSV(B) | 238.74º | 0.9% | 0.62% | - |
| XYZ | 6.7 | 3.08 | 33.04 | - |
| YUV | 34.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 159 | 0.90 | 0.88 | 0 | 0.38 | 238.74 | 0.82 | 0.34 |
| Hex | 10 | 13 | 9F | 5A | 58 | 0 | 26 | EF | 52 | 22 |
| Octal | 20 | 23 | 237 | 132 | 130 | 0 | 46 | 357 | 122 | 42 |
| Binary | 10000 | 10011 | 10011111 | 1011010 | 1011000 | 0 | 100110 | 11101111 | 1010010 | 100010 |
Color Harmonies of #10139F
Complementary color
Monochromatic Colors of #10139F
Black with #10139F
Text Example
Text Example
White with #10139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10139F; }
p { color: rgb(16,19,159); }
H1.HeaderClassName
{
color: #10139F;
}
.AnyTagClassName
{
color: #10139F;
}
</style>
background-color css
<style>
a { background-color: #10139F; }
a { background-color: rgb(16,19,159); }
div.DivClassName
{
background-color: #10139F;
}
.BgClassName
{
background-color: #10139F;
}
</style>
border-color css
<style>
span { border-color: #10139F; }
span { border-color: rgb(16,19,159); }
td.TdClassName
{
border-color: #10139F;
}
.TagClassName
{
border-color: #10139F;
}
</style>