Shades of Ultramarine #101689
Tints of Ultramarine #101689
RGB
CMYK
RGB Variations
Color information
#101689 (or 0x101689) is known color: Ultramarine. HEX triplet: 10, 16 and 89. RGB value is (16,22,137). Sum of RGB (Red+Green+Blue) = 16+22+137=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #101689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101689 is #EFE976. Grayscale: #202020. Windows color (decimal): -15722871 or 8984080. OLE color: 8984080.
HSL color Cylindrical-coordinate representation of color #101689: hue angle of 237.02º 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 #101689 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 22 | 137 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.46 |
| HSL | 237.02º | 0.79% | 0.3% | - |
| HSV(B) | 237.02º | 0.88% | 0.54% | - |
| XYZ | 5.02 | 2.49 | 23.88 | - |
| YUV | 33.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 137 | 0.88 | 0.84 | 0 | 0.46 | 237.02 | 0.79 | 0.3 |
| Hex | 10 | 16 | 89 | 58 | 54 | 0 | 2E | ED | 4F | 1E |
| Octal | 20 | 26 | 211 | 130 | 124 | 0 | 56 | 355 | 117 | 36 |
| Binary | 10000 | 10110 | 10001001 | 1011000 | 1010100 | 0 | 101110 | 11101101 | 1001111 | 11110 |
Color Harmonies of #101689
Complementary color
Monochromatic Colors of #101689
Black with #101689
Text Example
Text Example
White with #101689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101689; }
p { color: rgb(16,22,137); }
H1.HeaderClassName
{
color: #101689;
}
.AnyTagClassName
{
color: #101689;
}
</style>
background-color css
<style>
a { background-color: #101689; }
a { background-color: rgb(16,22,137); }
div.DivClassName
{
background-color: #101689;
}
.BgClassName
{
background-color: #101689;
}
</style>
border-color css
<style>
span { border-color: #101689; }
span { border-color: rgb(16,22,137); }
td.TdClassName
{
border-color: #101689;
}
.TagClassName
{
border-color: #101689;
}
</style>