Shades of Ultramarine #101A95
Tints of Ultramarine #101A95
RGB
CMYK
RGB Variations
Color information
#101A95 (or 0x101A95) is known color: Ultramarine. HEX triplet: 10, 1A and 95. RGB value is (16,26,149). Sum of RGB (Red+Green+Blue) = 16+26+149=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #101A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101A95 is #EFE56A. Grayscale: #242424. Windows color (decimal): -15721835 or 9771536. OLE color: 9771536.
HSL color Cylindrical-coordinate representation of color #101A95: hue angle of 235.49º 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 #101A95 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 26 | 149 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.42 |
| HSL | 235.49º | 0.81% | 0.32% | - |
| HSV(B) | 235.49º | 0.89% | 0.58% | - |
| XYZ | 6.01 | 3.02 | 28.7 | - |
| YUV | 37.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 149 | 0.89 | 0.83 | 0 | 0.42 | 235.49 | 0.81 | 0.32 |
| Hex | 10 | 1A | 95 | 59 | 53 | 0 | 2A | EB | 51 | 20 |
| Octal | 20 | 32 | 225 | 131 | 123 | 0 | 52 | 353 | 121 | 40 |
| Binary | 10000 | 11010 | 10010101 | 1011001 | 1010011 | 0 | 101010 | 11101011 | 1010001 | 100000 |
Color Harmonies of #101A95
Complementary color
Monochromatic Colors of #101A95
Black with #101A95
Text Example
Text Example
White with #101A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A95; }
p { color: rgb(16,26,149); }
H1.HeaderClassName
{
color: #101A95;
}
.AnyTagClassName
{
color: #101A95;
}
</style>
background-color css
<style>
a { background-color: #101A95; }
a { background-color: rgb(16,26,149); }
div.DivClassName
{
background-color: #101A95;
}
.BgClassName
{
background-color: #101A95;
}
</style>
border-color css
<style>
span { border-color: #101A95; }
span { border-color: rgb(16,26,149); }
td.TdClassName
{
border-color: #101A95;
}
.TagClassName
{
border-color: #101A95;
}
</style>