Shades of Ultramarine #101085
Tints of Ultramarine #101085
RGB
CMYK
RGB Variations
Color information
#101085 (or 0x101085) is known color: Ultramarine. HEX triplet: 10, 10 and 85. RGB value is (16,16,133). Sum of RGB (Red+Green+Blue) = 16+16+133=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #101085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101085 is #EFEF7A. Grayscale: #1C1C1C. Windows color (decimal): -15724411 or 8720400. OLE color: 8720400.
HSL color Cylindrical-coordinate representation of color #101085: hue angle of 240º 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 #101085 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 16 | 133 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.48 |
| HSL | 240º | 0.79% | 0.29% | - |
| HSV(B) | 240º | 0.88% | 0.52% | - |
| XYZ | 4.63 | 2.17 | 22.37 | - |
| YUV | 29.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 133 | 0.88 | 0.88 | 0 | 0.48 | 240 | 0.79 | 0.29 |
| Hex | 10 | 10 | 85 | 58 | 58 | 0 | 30 | F0 | 4F | 1D |
| Octal | 20 | 20 | 205 | 130 | 130 | 0 | 60 | 360 | 117 | 35 |
| Binary | 10000 | 10000 | 10000101 | 1011000 | 1011000 | 0 | 110000 | 11110000 | 1001111 | 11101 |
Color Harmonies of #101085
Complementary color
Monochromatic Colors of #101085
Black with #101085
Text Example
Text Example
White with #101085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101085; }
p { color: rgb(16,16,133); }
H1.HeaderClassName
{
color: #101085;
}
.AnyTagClassName
{
color: #101085;
}
</style>
background-color css
<style>
a { background-color: #101085; }
a { background-color: rgb(16,16,133); }
div.DivClassName
{
background-color: #101085;
}
.BgClassName
{
background-color: #101085;
}
</style>
border-color css
<style>
span { border-color: #101085; }
span { border-color: rgb(16,16,133); }
td.TdClassName
{
border-color: #101085;
}
.TagClassName
{
border-color: #101085;
}
</style>