Shades of Ultramarine #101C96
Tints of Ultramarine #101C96
RGB
CMYK
RGB Variations
Color information
#101C96 (or 0x101C96) is known color: Ultramarine. HEX triplet: 10, 1C and 96. RGB value is (16,28,150). Sum of RGB (Red+Green+Blue) = 16+28+150=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #101C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101C96 is #EFE369. Grayscale: #252525. Windows color (decimal): -15721322 or 9837584. OLE color: 9837584.
HSL color Cylindrical-coordinate representation of color #101C96: hue angle of 234.63º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101C96 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 28 | 150 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.41 |
| HSL | 234.63º | 0.81% | 0.33% | - |
| HSV(B) | 234.63º | 0.89% | 0.59% | - |
| XYZ | 6.13 | 3.14 | 29.14 | - |
| YUV | 38.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 150 | 0.89 | 0.81 | 0 | 0.41 | 234.63 | 0.81 | 0.33 |
| Hex | 10 | 1C | 96 | 59 | 51 | 0 | 29 | EB | 51 | 21 |
| Octal | 20 | 34 | 226 | 131 | 121 | 0 | 51 | 353 | 121 | 41 |
| Binary | 10000 | 11100 | 10010110 | 1011001 | 1010001 | 0 | 101001 | 11101011 | 1010001 | 100001 |
Color Harmonies of #101C96
Complementary color
Monochromatic Colors of #101C96
Black with #101C96
Text Example
Text Example
White with #101C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C96; }
p { color: rgb(16,28,150); }
H1.HeaderClassName
{
color: #101C96;
}
.AnyTagClassName
{
color: #101C96;
}
</style>
background-color css
<style>
a { background-color: #101C96; }
a { background-color: rgb(16,28,150); }
div.DivClassName
{
background-color: #101C96;
}
.BgClassName
{
background-color: #101C96;
}
</style>
border-color css
<style>
span { border-color: #101C96; }
span { border-color: rgb(16,28,150); }
td.TdClassName
{
border-color: #101C96;
}
.TagClassName
{
border-color: #101C96;
}
</style>