Shades of Ultramarine #101095
Tints of Ultramarine #101095
RGB
CMYK
RGB Variations
Color information
#101095 (or 0x101095) is known color: Ultramarine. HEX triplet: 10, 10 and 95. RGB value is (16,16,149). Sum of RGB (Red+Green+Blue) = 16+16+149=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #101095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101095 is #EFEF6A. Grayscale: #1E1E1E. Windows color (decimal): -15724395 or 9768976. OLE color: 9768976.
HSL color Cylindrical-coordinate representation of color #101095: hue angle of 240º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101095 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 16 | 149 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.42 |
| HSL | 240º | 0.81% | 0.32% | - |
| HSV(B) | 240º | 0.89% | 0.58% | - |
| XYZ | 5.82 | 2.65 | 28.64 | - |
| YUV | 31.16 | 194.5 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 149 | 0.89 | 0.89 | 0 | 0.42 | 240 | 0.81 | 0.32 |
| Hex | 10 | 10 | 95 | 59 | 59 | 0 | 2A | F0 | 51 | 20 |
| Octal | 20 | 20 | 225 | 131 | 131 | 0 | 52 | 360 | 121 | 40 |
| Binary | 10000 | 10000 | 10010101 | 1011001 | 1011001 | 0 | 101010 | 11110000 | 1010001 | 100000 |
Color Harmonies of #101095
Complementary color
Monochromatic Colors of #101095
Black with #101095
Text Example
Text Example
White with #101095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101095; }
p { color: rgb(16,16,149); }
H1.HeaderClassName
{
color: #101095;
}
.AnyTagClassName
{
color: #101095;
}
</style>
background-color css
<style>
a { background-color: #101095; }
a { background-color: rgb(16,16,149); }
div.DivClassName
{
background-color: #101095;
}
.BgClassName
{
background-color: #101095;
}
</style>
border-color css
<style>
span { border-color: #101095; }
span { border-color: rgb(16,16,149); }
td.TdClassName
{
border-color: #101095;
}
.TagClassName
{
border-color: #101095;
}
</style>