Shades of Ultramarine #10109E
Tints of Ultramarine #10109E
RGB
CMYK
RGB Variations
Color information
#10109E (or 0x10109E) is known color: Ultramarine. HEX triplet: 10, 10 and 9E. RGB value is (16,16,158). Sum of RGB (Red+Green+Blue) = 16+16+158=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #10109E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10109E is #EFEF61. Grayscale: #1F1F1F. Windows color (decimal): -15724386 or 10358800. OLE color: 10358800.
HSL color Cylindrical-coordinate representation of color #10109E: hue angle of 240º 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 #10109E is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 16 | 158 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.38 |
| HSL | 240º | 0.82% | 0.34% | - |
| HSV(B) | 240º | 0.9% | 0.62% | - |
| XYZ | 6.57 | 2.95 | 32.57 | - |
| YUV | 32.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 158 | 0.90 | 0.90 | 0 | 0.38 | 240 | 0.82 | 0.34 |
| Hex | 10 | 10 | 9E | 5A | 5A | 0 | 26 | F0 | 52 | 22 |
| Octal | 20 | 20 | 236 | 132 | 132 | 0 | 46 | 360 | 122 | 42 |
| Binary | 10000 | 10000 | 10011110 | 1011010 | 1011010 | 0 | 100110 | 11110000 | 1010010 | 100010 |
Color Harmonies of #10109E
Complementary color
Monochromatic Colors of #10109E
Black with #10109E
Text Example
Text Example
White with #10109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10109E; }
p { color: rgb(16,16,158); }
H1.HeaderClassName
{
color: #10109E;
}
.AnyTagClassName
{
color: #10109E;
}
</style>
background-color css
<style>
a { background-color: #10109E; }
a { background-color: rgb(16,16,158); }
div.DivClassName
{
background-color: #10109E;
}
.BgClassName
{
background-color: #10109E;
}
</style>
border-color css
<style>
span { border-color: #10109E; }
span { border-color: rgb(16,16,158); }
td.TdClassName
{
border-color: #10109E;
}
.TagClassName
{
border-color: #10109E;
}
</style>