Shades of Ultramarine #101999
Tints of Ultramarine #101999
RGB
CMYK
RGB Variations
Color information
#101999 (or 0x101999) is known color: Ultramarine. HEX triplet: 10, 19 and 99. RGB value is (16,25,153). Sum of RGB (Red+Green+Blue) = 16+25+153=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #101999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101999 is #EFE666. Grayscale: #242424. Windows color (decimal): -15722087 or 10033424. OLE color: 10033424.
HSL color Cylindrical-coordinate representation of color #101999: hue angle of 236.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101999 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 25 | 153 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.4 |
| HSL | 236.06º | 0.81% | 0.33% | - |
| HSV(B) | 236.06º | 0.9% | 0.6% | - |
| XYZ | 6.31 | 3.11 | 30.4 | - |
| YUV | 36.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 153 | 0.90 | 0.84 | 0 | 0.4 | 236.06 | 0.81 | 0.33 |
| Hex | 10 | 19 | 99 | 5A | 54 | 0 | 28 | EC | 51 | 21 |
| Octal | 20 | 31 | 231 | 132 | 124 | 0 | 50 | 354 | 121 | 41 |
| Binary | 10000 | 11001 | 10011001 | 1011010 | 1010100 | 0 | 101000 | 11101100 | 1010001 | 100001 |
Color Harmonies of #101999
Complementary color
Monochromatic Colors of #101999
Black with #101999
Text Example
Text Example
White with #101999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101999; }
p { color: rgb(16,25,153); }
H1.HeaderClassName
{
color: #101999;
}
.AnyTagClassName
{
color: #101999;
}
</style>
background-color css
<style>
a { background-color: #101999; }
a { background-color: rgb(16,25,153); }
div.DivClassName
{
background-color: #101999;
}
.BgClassName
{
background-color: #101999;
}
</style>
border-color css
<style>
span { border-color: #101999; }
span { border-color: rgb(16,25,153); }
td.TdClassName
{
border-color: #101999;
}
.TagClassName
{
border-color: #101999;
}
</style>