Shades of Ultramarine #101E8B
Tints of Ultramarine #101E8B
RGB
CMYK
RGB Variations
Color information
#101E8B (or 0x101E8B) is known color: Ultramarine. HEX triplet: 10, 1E and 8B. RGB value is (16,30,139). Sum of RGB (Red+Green+Blue) = 16+30+139=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #101E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101E8B is #EFE174. Grayscale: #252525. Windows color (decimal): -15720821 or 9117200. OLE color: 9117200.
HSL color Cylindrical-coordinate representation of color #101E8B: hue angle of 233.17º 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 #101E8B is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 30 | 139 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.45 |
| HSL | 233.17º | 0.79% | 0.3% | - |
| HSV(B) | 233.17º | 0.88% | 0.55% | - |
| XYZ | 5.34 | 2.9 | 24.71 | - |
| YUV | 38.24 | 184.86 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 139 | 0.88 | 0.78 | 0 | 0.45 | 233.17 | 0.79 | 0.3 |
| Hex | 10 | 1E | 8B | 58 | 4E | 0 | 2D | E9 | 4F | 1E |
| Octal | 20 | 36 | 213 | 130 | 116 | 0 | 55 | 351 | 117 | 36 |
| Binary | 10000 | 11110 | 10001011 | 1011000 | 1001110 | 0 | 101101 | 11101001 | 1001111 | 11110 |
Color Harmonies of #101E8B
Complementary color
Monochromatic Colors of #101E8B
Black with #101E8B
Text Example
Text Example
White with #101E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E8B; }
p { color: rgb(16,30,139); }
H1.HeaderClassName
{
color: #101E8B;
}
.AnyTagClassName
{
color: #101E8B;
}
</style>
background-color css
<style>
a { background-color: #101E8B; }
a { background-color: rgb(16,30,139); }
div.DivClassName
{
background-color: #101E8B;
}
.BgClassName
{
background-color: #101E8B;
}
</style>
border-color css
<style>
span { border-color: #101E8B; }
span { border-color: rgb(16,30,139); }
td.TdClassName
{
border-color: #101E8B;
}
.TagClassName
{
border-color: #101E8B;
}
</style>