Shades of Ultramarine #101289
Tints of Ultramarine #101289
RGB
CMYK
RGB Variations
Color information
#101289 (or 0x101289) is known color: Ultramarine. HEX triplet: 10, 12 and 89. RGB value is (16,18,137). Sum of RGB (Red+Green+Blue) = 16+18+137=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #101289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101289 is #EFED76. Grayscale: #1E1E1E. Windows color (decimal): -15723895 or 8983056. OLE color: 8983056.
HSL color Cylindrical-coordinate representation of color #101289: hue angle of 239.01º 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 #101289 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 18 | 137 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.46 |
| HSL | 239.01º | 0.79% | 0.3% | - |
| HSV(B) | 239.01º | 0.88% | 0.54% | - |
| XYZ | 4.95 | 2.35 | 23.86 | - |
| YUV | 30.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 137 | 0.88 | 0.87 | 0 | 0.46 | 239.01 | 0.79 | 0.3 |
| Hex | 10 | 12 | 89 | 58 | 57 | 0 | 2E | EF | 4F | 1E |
| Octal | 20 | 22 | 211 | 130 | 127 | 0 | 56 | 357 | 117 | 36 |
| Binary | 10000 | 10010 | 10001001 | 1011000 | 1010111 | 0 | 101110 | 11101111 | 1001111 | 11110 |
Color Harmonies of #101289
Complementary color
Monochromatic Colors of #101289
Black with #101289
Text Example
Text Example
White with #101289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101289; }
p { color: rgb(16,18,137); }
H1.HeaderClassName
{
color: #101289;
}
.AnyTagClassName
{
color: #101289;
}
</style>
background-color css
<style>
a { background-color: #101289; }
a { background-color: rgb(16,18,137); }
div.DivClassName
{
background-color: #101289;
}
.BgClassName
{
background-color: #101289;
}
</style>
border-color css
<style>
span { border-color: #101289; }
span { border-color: rgb(16,18,137); }
td.TdClassName
{
border-color: #101289;
}
.TagClassName
{
border-color: #101289;
}
</style>