Shades of Ultramarine #101385
Tints of Ultramarine #101385
RGB
CMYK
RGB Variations
Color information
#101385 (or 0x101385) is known color: Ultramarine. HEX triplet: 10, 13 and 85. RGB value is (16,19,133). Sum of RGB (Red+Green+Blue) = 16+19+133=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #101385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101385 is #EFEC7A. Grayscale: #1E1E1E. Windows color (decimal): -15723643 or 8721168. OLE color: 8721168.
HSL color Cylindrical-coordinate representation of color #101385: hue angle of 238.46º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101385 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 19 | 133 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.48 |
| HSL | 238.46º | 0.79% | 0.29% | - |
| HSV(B) | 238.46º | 0.88% | 0.52% | - |
| XYZ | 4.68 | 2.27 | 22.38 | - |
| YUV | 31.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 133 | 0.88 | 0.86 | 0 | 0.48 | 238.46 | 0.79 | 0.29 |
| Hex | 10 | 13 | 85 | 58 | 56 | 0 | 30 | EE | 4F | 1D |
| Octal | 20 | 23 | 205 | 130 | 126 | 0 | 60 | 356 | 117 | 35 |
| Binary | 10000 | 10011 | 10000101 | 1011000 | 1010110 | 0 | 110000 | 11101110 | 1001111 | 11101 |
Color Harmonies of #101385
Complementary color
Monochromatic Colors of #101385
Black with #101385
Text Example
Text Example
White with #101385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101385; }
p { color: rgb(16,19,133); }
H1.HeaderClassName
{
color: #101385;
}
.AnyTagClassName
{
color: #101385;
}
</style>
background-color css
<style>
a { background-color: #101385; }
a { background-color: rgb(16,19,133); }
div.DivClassName
{
background-color: #101385;
}
.BgClassName
{
background-color: #101385;
}
</style>
border-color css
<style>
span { border-color: #101385; }
span { border-color: rgb(16,19,133); }
td.TdClassName
{
border-color: #101385;
}
.TagClassName
{
border-color: #101385;
}
</style>