Shades of Ultramarine #100D89
Tints of Ultramarine #100D89
RGB
CMYK
RGB Variations
Color information
#100D89 (or 0x100D89) is known color: Ultramarine. HEX triplet: 10, 0D and 89. RGB value is (16,13,137). Sum of RGB (Red+Green+Blue) = 16+13+137=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #100D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100D89 is #EFF276. Grayscale: #1B1B1B. Windows color (decimal): -15725175 or 8981776. OLE color: 8981776.
HSL color Cylindrical-coordinate representation of color #100D89: hue angle of 241.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100D89 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 13 | 137 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.46 |
| HSL | 241.45º | 0.83% | 0.29% | - |
| HSV(B) | 241.45º | 0.91% | 0.54% | - |
| XYZ | 4.87 | 2.2 | 23.84 | - |
| YUV | 28.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 137 | 0.88 | 0.91 | 0 | 0.46 | 241.45 | 0.83 | 0.29 |
| Hex | 10 | D | 89 | 58 | 5B | 0 | 2E | F1 | 53 | 1D |
| Octal | 20 | 15 | 211 | 130 | 133 | 0 | 56 | 361 | 123 | 35 |
| Binary | 10000 | 1101 | 10001001 | 1011000 | 1011011 | 0 | 101110 | 11110001 | 1010011 | 11101 |
Color Harmonies of #100D89
Complementary color
Monochromatic Colors of #100D89
Black with #100D89
Text Example
Text Example
White with #100D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D89; }
p { color: rgb(16,13,137); }
H1.HeaderClassName
{
color: #100D89;
}
.AnyTagClassName
{
color: #100D89;
}
</style>
background-color css
<style>
a { background-color: #100D89; }
a { background-color: rgb(16,13,137); }
div.DivClassName
{
background-color: #100D89;
}
.BgClassName
{
background-color: #100D89;
}
</style>
border-color css
<style>
span { border-color: #100D89; }
span { border-color: rgb(16,13,137); }
td.TdClassName
{
border-color: #100D89;
}
.TagClassName
{
border-color: #100D89;
}
</style>