Shades of Ultramarine #10108B
Tints of Ultramarine #10108B
RGB
CMYK
RGB Variations
Color information
#10108B (or 0x10108B) is known color: Ultramarine. HEX triplet: 10, 10 and 8B. RGB value is (16,16,139). Sum of RGB (Red+Green+Blue) = 16+16+139=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #10108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10108B is #EFEF74. Grayscale: #1D1D1D. Windows color (decimal): -15724405 or 9113616. OLE color: 9113616.
HSL color Cylindrical-coordinate representation of color #10108B: hue angle of 240º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10108B is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 16 | 139 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.45 |
| HSL | 240º | 0.79% | 0.3% | - |
| HSV(B) | 240º | 0.88% | 0.55% | - |
| XYZ | 5.06 | 2.34 | 24.61 | - |
| YUV | 30.02 | 189.5 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 139 | 0.88 | 0.88 | 0 | 0.45 | 240 | 0.79 | 0.3 |
| Hex | 10 | 10 | 8B | 58 | 58 | 0 | 2D | F0 | 4F | 1E |
| Octal | 20 | 20 | 213 | 130 | 130 | 0 | 55 | 360 | 117 | 36 |
| Binary | 10000 | 10000 | 10001011 | 1011000 | 1011000 | 0 | 101101 | 11110000 | 1001111 | 11110 |
Color Harmonies of #10108B
Complementary color
Monochromatic Colors of #10108B
Black with #10108B
Text Example
Text Example
White with #10108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10108B; }
p { color: rgb(16,16,139); }
H1.HeaderClassName
{
color: #10108B;
}
.AnyTagClassName
{
color: #10108B;
}
</style>
background-color css
<style>
a { background-color: #10108B; }
a { background-color: rgb(16,16,139); }
div.DivClassName
{
background-color: #10108B;
}
.BgClassName
{
background-color: #10108B;
}
</style>
border-color css
<style>
span { border-color: #10108B; }
span { border-color: rgb(16,16,139); }
td.TdClassName
{
border-color: #10108B;
}
.TagClassName
{
border-color: #10108B;
}
</style>