Shades of Ultramarine #101399
Tints of Ultramarine #101399
RGB
CMYK
RGB Variations
Color information
#101399 (or 0x101399) is known color: Ultramarine. HEX triplet: 10, 13 and 99. RGB value is (16,19,153). Sum of RGB (Red+Green+Blue) = 16+19+153=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #101399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101399 is #EFEC66. Grayscale: #202020. Windows color (decimal): -15723623 or 10031888. OLE color: 10031888.
HSL color Cylindrical-coordinate representation of color #101399: hue angle of 238.69º 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 #101399 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 19 | 153 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.4 |
| HSL | 238.69º | 0.81% | 0.33% | - |
| HSV(B) | 238.69º | 0.9% | 0.6% | - |
| XYZ | 6.2 | 2.88 | 30.37 | - |
| YUV | 33.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 153 | 0.90 | 0.88 | 0 | 0.4 | 238.69 | 0.81 | 0.33 |
| Hex | 10 | 13 | 99 | 5A | 58 | 0 | 28 | EF | 51 | 21 |
| Octal | 20 | 23 | 231 | 132 | 130 | 0 | 50 | 357 | 121 | 41 |
| Binary | 10000 | 10011 | 10011001 | 1011010 | 1011000 | 0 | 101000 | 11101111 | 1010001 | 100001 |
Color Harmonies of #101399
Complementary color
Monochromatic Colors of #101399
Black with #101399
Text Example
Text Example
White with #101399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101399; }
p { color: rgb(16,19,153); }
H1.HeaderClassName
{
color: #101399;
}
.AnyTagClassName
{
color: #101399;
}
</style>
background-color css
<style>
a { background-color: #101399; }
a { background-color: rgb(16,19,153); }
div.DivClassName
{
background-color: #101399;
}
.BgClassName
{
background-color: #101399;
}
</style>
border-color css
<style>
span { border-color: #101399; }
span { border-color: rgb(16,19,153); }
td.TdClassName
{
border-color: #101399;
}
.TagClassName
{
border-color: #101399;
}
</style>