Shades of Ultramarine #101090
Tints of Ultramarine #101090
RGB
CMYK
RGB Variations
Color information
#101090 (or 0x101090) is known color: Ultramarine. HEX triplet: 10, 10 and 90. RGB value is (16,16,144). Sum of RGB (Red+Green+Blue) = 16+16+144=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #101090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101090 is #EFEF6F. Grayscale: #1E1E1E. Windows color (decimal): -15724400 or 9441296. OLE color: 9441296.
HSL color Cylindrical-coordinate representation of color #101090: hue angle of 240º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101090 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 16 | 144 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.44 |
| HSL | 240º | 0.8% | 0.31% | - |
| HSV(B) | 240º | 0.89% | 0.56% | - |
| XYZ | 5.43 | 2.49 | 26.58 | - |
| YUV | 30.59 | 192 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 144 | 0.89 | 0.89 | 0 | 0.44 | 240 | 0.8 | 0.31 |
| Hex | 10 | 10 | 90 | 59 | 59 | 0 | 2C | F0 | 50 | 1F |
| Octal | 20 | 20 | 220 | 131 | 131 | 0 | 54 | 360 | 120 | 37 |
| Binary | 10000 | 10000 | 10010000 | 1011001 | 1011001 | 0 | 101100 | 11110000 | 1010000 | 11111 |
Color Harmonies of #101090
Complementary color
Monochromatic Colors of #101090
Black with #101090
Text Example
Text Example
White with #101090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101090; }
p { color: rgb(16,16,144); }
H1.HeaderClassName
{
color: #101090;
}
.AnyTagClassName
{
color: #101090;
}
</style>
background-color css
<style>
a { background-color: #101090; }
a { background-color: rgb(16,16,144); }
div.DivClassName
{
background-color: #101090;
}
.BgClassName
{
background-color: #101090;
}
</style>
border-color css
<style>
span { border-color: #101090; }
span { border-color: rgb(16,16,144); }
td.TdClassName
{
border-color: #101090;
}
.TagClassName
{
border-color: #101090;
}
</style>