Shades of Ultramarine #10118B
Tints of Ultramarine #10118B
RGB
CMYK
RGB Variations
Color information
#10118B (or 0x10118B) is known color: Ultramarine. HEX triplet: 10, 11 and 8B. RGB value is (16,17,139). Sum of RGB (Red+Green+Blue) = 16+17+139=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #10118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10118B is #EFEE74. Grayscale: #1E1E1E. Windows color (decimal): -15724149 or 9113872. OLE color: 9113872.
HSL color Cylindrical-coordinate representation of color #10118B: hue angle of 239.51º 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 #10118B is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 17 | 139 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.45 |
| HSL | 239.51º | 0.79% | 0.3% | - |
| HSV(B) | 239.51º | 0.88% | 0.55% | - |
| XYZ | 5.07 | 2.38 | 24.62 | - |
| YUV | 30.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 139 | 0.88 | 0.88 | 0 | 0.45 | 239.51 | 0.79 | 0.3 |
| Hex | 10 | 11 | 8B | 58 | 58 | 0 | 2D | F0 | 4F | 1E |
| Octal | 20 | 21 | 213 | 130 | 130 | 0 | 55 | 360 | 117 | 36 |
| Binary | 10000 | 10001 | 10001011 | 1011000 | 1011000 | 0 | 101101 | 11110000 | 1001111 | 11110 |
Color Harmonies of #10118B
Complementary color
Monochromatic Colors of #10118B
Black with #10118B
Text Example
Text Example
White with #10118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10118B; }
p { color: rgb(16,17,139); }
H1.HeaderClassName
{
color: #10118B;
}
.AnyTagClassName
{
color: #10118B;
}
</style>
background-color css
<style>
a { background-color: #10118B; }
a { background-color: rgb(16,17,139); }
div.DivClassName
{
background-color: #10118B;
}
.BgClassName
{
background-color: #10118B;
}
</style>
border-color css
<style>
span { border-color: #10118B; }
span { border-color: rgb(16,17,139); }
td.TdClassName
{
border-color: #10118B;
}
.TagClassName
{
border-color: #10118B;
}
</style>