Shades of Ultramarine #101D93
Tints of Ultramarine #101D93
RGB
CMYK
RGB Variations
Color information
#101D93 (or 0x101D93) is known color: Ultramarine. HEX triplet: 10, 1D and 93. RGB value is (16,29,147). Sum of RGB (Red+Green+Blue) = 16+29+147=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #101D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101D93 is #EFE26C. Grayscale: #262626. Windows color (decimal): -15721069 or 9641232. OLE color: 9641232.
HSL color Cylindrical-coordinate representation of color #101D93: hue angle of 234.05º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101D93 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 29 | 147 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.42 |
| HSL | 234.05º | 0.8% | 0.32% | - |
| HSV(B) | 234.05º | 0.89% | 0.58% | - |
| XYZ | 5.92 | 3.1 | 27.89 | - |
| YUV | 38.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 147 | 0.89 | 0.80 | 0 | 0.42 | 234.05 | 0.8 | 0.32 |
| Hex | 10 | 1D | 93 | 59 | 50 | 0 | 2A | EA | 50 | 20 |
| Octal | 20 | 35 | 223 | 131 | 120 | 0 | 52 | 352 | 120 | 40 |
| Binary | 10000 | 11101 | 10010011 | 1011001 | 1010000 | 0 | 101010 | 11101010 | 1010000 | 100000 |
Color Harmonies of #101D93
Complementary color
Monochromatic Colors of #101D93
Black with #101D93
Text Example
Text Example
White with #101D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D93; }
p { color: rgb(16,29,147); }
H1.HeaderClassName
{
color: #101D93;
}
.AnyTagClassName
{
color: #101D93;
}
</style>
background-color css
<style>
a { background-color: #101D93; }
a { background-color: rgb(16,29,147); }
div.DivClassName
{
background-color: #101D93;
}
.BgClassName
{
background-color: #101D93;
}
</style>
border-color css
<style>
span { border-color: #101D93; }
span { border-color: rgb(16,29,147); }
td.TdClassName
{
border-color: #101D93;
}
.TagClassName
{
border-color: #101D93;
}
</style>