Shades of Ultramarine #101D8B
Tints of Ultramarine #101D8B
RGB
CMYK
RGB Variations
Color information
#101D8B (or 0x101D8B) is known color: Ultramarine. HEX triplet: 10, 1D and 8B. RGB value is (16,29,139). Sum of RGB (Red+Green+Blue) = 16+29+139=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #101D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101D8B is #EFE274. Grayscale: #252525. Windows color (decimal): -15721077 or 9116944. OLE color: 9116944.
HSL color Cylindrical-coordinate representation of color #101D8B: hue angle of 233.66º 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 #101D8B is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 29 | 139 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.45 |
| HSL | 233.66º | 0.79% | 0.3% | - |
| HSV(B) | 233.66º | 0.88% | 0.55% | - |
| XYZ | 5.31 | 2.85 | 24.7 | - |
| YUV | 37.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 139 | 0.88 | 0.79 | 0 | 0.45 | 233.66 | 0.79 | 0.3 |
| Hex | 10 | 1D | 8B | 58 | 4F | 0 | 2D | EA | 4F | 1E |
| Octal | 20 | 35 | 213 | 130 | 117 | 0 | 55 | 352 | 117 | 36 |
| Binary | 10000 | 11101 | 10001011 | 1011000 | 1001111 | 0 | 101101 | 11101010 | 1001111 | 11110 |
Color Harmonies of #101D8B
Complementary color
Monochromatic Colors of #101D8B
Black with #101D8B
Text Example
Text Example
White with #101D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D8B; }
p { color: rgb(16,29,139); }
H1.HeaderClassName
{
color: #101D8B;
}
.AnyTagClassName
{
color: #101D8B;
}
</style>
background-color css
<style>
a { background-color: #101D8B; }
a { background-color: rgb(16,29,139); }
div.DivClassName
{
background-color: #101D8B;
}
.BgClassName
{
background-color: #101D8B;
}
</style>
border-color css
<style>
span { border-color: #101D8B; }
span { border-color: rgb(16,29,139); }
td.TdClassName
{
border-color: #101D8B;
}
.TagClassName
{
border-color: #101D8B;
}
</style>