Shades of Ultramarine #100E99
Tints of Ultramarine #100E99
RGB
CMYK
RGB Variations
Color information
#100E99 (or 0x100E99) is known color: Ultramarine. HEX triplet: 10, 0E and 99. RGB value is (16,14,153). Sum of RGB (Red+Green+Blue) = 16+14+153=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #100E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E99 is #EFF166. Grayscale: #1D1D1D. Windows color (decimal): -15724903 or 10030608. OLE color: 10030608.
HSL color Cylindrical-coordinate representation of color #100E99: hue angle of 240.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100E99 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 14 | 153 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.4 |
| HSL | 240.86º | 0.83% | 0.33% | - |
| HSV(B) | 240.86º | 0.91% | 0.6% | - |
| XYZ | 6.12 | 2.72 | 30.34 | - |
| YUV | 30.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 153 | 0.90 | 0.91 | 0 | 0.4 | 240.86 | 0.83 | 0.33 |
| Hex | 10 | E | 99 | 5A | 5B | 0 | 28 | F1 | 53 | 21 |
| Octal | 20 | 16 | 231 | 132 | 133 | 0 | 50 | 361 | 123 | 41 |
| Binary | 10000 | 1110 | 10011001 | 1011010 | 1011011 | 0 | 101000 | 11110001 | 1010011 | 100001 |
Color Harmonies of #100E99
Complementary color
Monochromatic Colors of #100E99
Black with #100E99
Text Example
Text Example
White with #100E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E99; }
p { color: rgb(16,14,153); }
H1.HeaderClassName
{
color: #100E99;
}
.AnyTagClassName
{
color: #100E99;
}
</style>
background-color css
<style>
a { background-color: #100E99; }
a { background-color: rgb(16,14,153); }
div.DivClassName
{
background-color: #100E99;
}
.BgClassName
{
background-color: #100E99;
}
</style>
border-color css
<style>
span { border-color: #100E99; }
span { border-color: rgb(16,14,153); }
td.TdClassName
{
border-color: #100E99;
}
.TagClassName
{
border-color: #100E99;
}
</style>