Shades of Ultramarine #101685
Tints of Ultramarine #101685
RGB
CMYK
RGB Variations
Color information
#101685 (or 0x101685) is known color: Ultramarine. HEX triplet: 10, 16 and 85. RGB value is (16,22,133). Sum of RGB (Red+Green+Blue) = 16+22+133=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #101685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101685 is #EFE97A. Grayscale: #202020. Windows color (decimal): -15722875 or 8721936. OLE color: 8721936.
HSL color Cylindrical-coordinate representation of color #101685: hue angle of 236.92º 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 #101685 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 22 | 133 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.48 |
| HSL | 236.92º | 0.79% | 0.29% | - |
| HSV(B) | 236.92º | 0.88% | 0.52% | - |
| XYZ | 4.73 | 2.38 | 22.4 | - |
| YUV | 32.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 133 | 0.88 | 0.83 | 0 | 0.48 | 236.92 | 0.79 | 0.29 |
| Hex | 10 | 16 | 85 | 58 | 53 | 0 | 30 | ED | 4F | 1D |
| Octal | 20 | 26 | 205 | 130 | 123 | 0 | 60 | 355 | 117 | 35 |
| Binary | 10000 | 10110 | 10000101 | 1011000 | 1010011 | 0 | 110000 | 11101101 | 1001111 | 11101 |
Color Harmonies of #101685
Complementary color
Monochromatic Colors of #101685
Black with #101685
Text Example
Text Example
White with #101685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101685; }
p { color: rgb(16,22,133); }
H1.HeaderClassName
{
color: #101685;
}
.AnyTagClassName
{
color: #101685;
}
</style>
background-color css
<style>
a { background-color: #101685; }
a { background-color: rgb(16,22,133); }
div.DivClassName
{
background-color: #101685;
}
.BgClassName
{
background-color: #101685;
}
</style>
border-color css
<style>
span { border-color: #101685; }
span { border-color: rgb(16,22,133); }
td.TdClassName
{
border-color: #101685;
}
.TagClassName
{
border-color: #101685;
}
</style>