Shades of Ultramarine #102089
Tints of Ultramarine #102089
RGB
CMYK
RGB Variations
Color information
#102089 (or 0x102089) is known color: Ultramarine. HEX triplet: 10, 20 and 89. RGB value is (16,32,137). Sum of RGB (Red+Green+Blue) = 16+32+137=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #102089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102089 is #EFDF76. Grayscale: #262626. Windows color (decimal): -15720311 or 8986640. OLE color: 8986640.
HSL color Cylindrical-coordinate representation of color #102089: hue angle of 232.07º 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 #102089 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 32 | 137 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.46 |
| HSL | 232.07º | 0.79% | 0.3% | - |
| HSV(B) | 232.07º | 0.88% | 0.54% | - |
| XYZ | 5.25 | 2.95 | 23.96 | - |
| YUV | 39.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 137 | 0.88 | 0.77 | 0 | 0.46 | 232.07 | 0.79 | 0.3 |
| Hex | 10 | 20 | 89 | 58 | 4D | 0 | 2E | E8 | 4F | 1E |
| Octal | 20 | 40 | 211 | 130 | 115 | 0 | 56 | 350 | 117 | 36 |
| Binary | 10000 | 100000 | 10001001 | 1011000 | 1001101 | 0 | 101110 | 11101000 | 1001111 | 11110 |
Color Harmonies of #102089
Complementary color
Monochromatic Colors of #102089
Black with #102089
Text Example
Text Example
White with #102089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102089; }
p { color: rgb(16,32,137); }
H1.HeaderClassName
{
color: #102089;
}
.AnyTagClassName
{
color: #102089;
}
</style>
background-color css
<style>
a { background-color: #102089; }
a { background-color: rgb(16,32,137); }
div.DivClassName
{
background-color: #102089;
}
.BgClassName
{
background-color: #102089;
}
</style>
border-color css
<style>
span { border-color: #102089; }
span { border-color: rgb(16,32,137); }
td.TdClassName
{
border-color: #102089;
}
.TagClassName
{
border-color: #102089;
}
</style>