Shades of Ultramarine #101595
Tints of Ultramarine #101595
RGB
CMYK
RGB Variations
Color information
#101595 (or 0x101595) is known color: Ultramarine. HEX triplet: 10, 15 and 95. RGB value is (16,21,149). Sum of RGB (Red+Green+Blue) = 16+21+149=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #101595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101595 is #EFEA6A. Grayscale: #212121. Windows color (decimal): -15723115 or 9770256. OLE color: 9770256.
HSL color Cylindrical-coordinate representation of color #101595: hue angle of 237.74º 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 #101595 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 21 | 149 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.42 |
| HSL | 237.74º | 0.81% | 0.32% | - |
| HSV(B) | 237.74º | 0.89% | 0.58% | - |
| XYZ | 5.91 | 2.82 | 28.67 | - |
| YUV | 34.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 149 | 0.89 | 0.86 | 0 | 0.42 | 237.74 | 0.81 | 0.32 |
| Hex | 10 | 15 | 95 | 59 | 56 | 0 | 2A | EE | 51 | 20 |
| Octal | 20 | 25 | 225 | 131 | 126 | 0 | 52 | 356 | 121 | 40 |
| Binary | 10000 | 10101 | 10010101 | 1011001 | 1010110 | 0 | 101010 | 11101110 | 1010001 | 100000 |
Color Harmonies of #101595
Complementary color
Monochromatic Colors of #101595
Black with #101595
Text Example
Text Example
White with #101595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101595; }
p { color: rgb(16,21,149); }
H1.HeaderClassName
{
color: #101595;
}
.AnyTagClassName
{
color: #101595;
}
</style>
background-color css
<style>
a { background-color: #101595; }
a { background-color: rgb(16,21,149); }
div.DivClassName
{
background-color: #101595;
}
.BgClassName
{
background-color: #101595;
}
</style>
border-color css
<style>
span { border-color: #101595; }
span { border-color: rgb(16,21,149); }
td.TdClassName
{
border-color: #101595;
}
.TagClassName
{
border-color: #101595;
}
</style>