Shades of Ultramarine #101387
Tints of Ultramarine #101387
RGB
CMYK
RGB Variations
Color information
#101387 (or 0x101387) is known color: Ultramarine. HEX triplet: 10, 13 and 87. RGB value is (16,19,135). Sum of RGB (Red+Green+Blue) = 16+19+135=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #101387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101387 is #EFEC78. Grayscale: #1E1E1E. Windows color (decimal): -15723641 or 8852240. OLE color: 8852240.
HSL color Cylindrical-coordinate representation of color #101387: hue angle of 238.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101387 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 19 | 135 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.47 |
| HSL | 238.49º | 0.79% | 0.3% | - |
| HSV(B) | 238.49º | 0.88% | 0.53% | - |
| XYZ | 4.82 | 2.33 | 23.12 | - |
| YUV | 31.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 135 | 0.88 | 0.86 | 0 | 0.47 | 238.49 | 0.79 | 0.3 |
| Hex | 10 | 13 | 87 | 58 | 56 | 0 | 2F | EE | 4F | 1E |
| Octal | 20 | 23 | 207 | 130 | 126 | 0 | 57 | 356 | 117 | 36 |
| Binary | 10000 | 10011 | 10000111 | 1011000 | 1010110 | 0 | 101111 | 11101110 | 1001111 | 11110 |
Color Harmonies of #101387
Complementary color
Monochromatic Colors of #101387
Black with #101387
Text Example
Text Example
White with #101387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101387; }
p { color: rgb(16,19,135); }
H1.HeaderClassName
{
color: #101387;
}
.AnyTagClassName
{
color: #101387;
}
</style>
background-color css
<style>
a { background-color: #101387; }
a { background-color: rgb(16,19,135); }
div.DivClassName
{
background-color: #101387;
}
.BgClassName
{
background-color: #101387;
}
</style>
border-color css
<style>
span { border-color: #101387; }
span { border-color: rgb(16,19,135); }
td.TdClassName
{
border-color: #101387;
}
.TagClassName
{
border-color: #101387;
}
</style>