Shades of Ultramarine #101389
Tints of Ultramarine #101389
RGB
CMYK
RGB Variations
Color information
#101389 (or 0x101389) is known color: Ultramarine. HEX triplet: 10, 13 and 89. RGB value is (16,19,137). Sum of RGB (Red+Green+Blue) = 16+19+137=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #101389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101389 is #EFEC76. Grayscale: #1F1F1F. Windows color (decimal): -15723639 or 8983312. OLE color: 8983312.
HSL color Cylindrical-coordinate representation of color #101389: hue angle of 238.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101389 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 19 | 137 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.46 |
| HSL | 238.51º | 0.79% | 0.3% | - |
| HSV(B) | 238.51º | 0.88% | 0.54% | - |
| XYZ | 4.96 | 2.38 | 23.87 | - |
| YUV | 31.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 137 | 0.88 | 0.86 | 0 | 0.46 | 238.51 | 0.79 | 0.3 |
| Hex | 10 | 13 | 89 | 58 | 56 | 0 | 2E | EF | 4F | 1E |
| Octal | 20 | 23 | 211 | 130 | 126 | 0 | 56 | 357 | 117 | 36 |
| Binary | 10000 | 10011 | 10001001 | 1011000 | 1010110 | 0 | 101110 | 11101111 | 1001111 | 11110 |
Color Harmonies of #101389
Complementary color
Monochromatic Colors of #101389
Black with #101389
Text Example
Text Example
White with #101389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101389; }
p { color: rgb(16,19,137); }
H1.HeaderClassName
{
color: #101389;
}
.AnyTagClassName
{
color: #101389;
}
</style>
background-color css
<style>
a { background-color: #101389; }
a { background-color: rgb(16,19,137); }
div.DivClassName
{
background-color: #101389;
}
.BgClassName
{
background-color: #101389;
}
</style>
border-color css
<style>
span { border-color: #101389; }
span { border-color: rgb(16,19,137); }
td.TdClassName
{
border-color: #101389;
}
.TagClassName
{
border-color: #101389;
}
</style>