Shades of Ultramarine #100F89
Tints of Ultramarine #100F89
RGB
CMYK
RGB Variations
Color information
#100F89 (or 0x100F89) is known color: Ultramarine. HEX triplet: 10, 0F and 89. RGB value is (16,15,137). Sum of RGB (Red+Green+Blue) = 16+15+137=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #100F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F89 is #EFF076. Grayscale: #1C1C1C. Windows color (decimal): -15724663 or 8982288. OLE color: 8982288.
HSL color Cylindrical-coordinate representation of color #100F89: hue angle of 240.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100F89 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 15 | 137 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.46 |
| HSL | 240.49º | 0.8% | 0.3% | - |
| HSV(B) | 240.49º | 0.89% | 0.54% | - |
| XYZ | 4.9 | 2.26 | 23.84 | - |
| YUV | 29.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 137 | 0.88 | 0.89 | 0 | 0.46 | 240.49 | 0.8 | 0.3 |
| Hex | 10 | F | 89 | 58 | 59 | 0 | 2E | F0 | 50 | 1E |
| Octal | 20 | 17 | 211 | 130 | 131 | 0 | 56 | 360 | 120 | 36 |
| Binary | 10000 | 1111 | 10001001 | 1011000 | 1011001 | 0 | 101110 | 11110000 | 1010000 | 11110 |
Color Harmonies of #100F89
Complementary color
Monochromatic Colors of #100F89
Black with #100F89
Text Example
Text Example
White with #100F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F89; }
p { color: rgb(16,15,137); }
H1.HeaderClassName
{
color: #100F89;
}
.AnyTagClassName
{
color: #100F89;
}
</style>
background-color css
<style>
a { background-color: #100F89; }
a { background-color: rgb(16,15,137); }
div.DivClassName
{
background-color: #100F89;
}
.BgClassName
{
background-color: #100F89;
}
</style>
border-color css
<style>
span { border-color: #100F89; }
span { border-color: rgb(16,15,137); }
td.TdClassName
{
border-color: #100F89;
}
.TagClassName
{
border-color: #100F89;
}
</style>