Shades of Ultramarine #101798
Tints of Ultramarine #101798
RGB
CMYK
RGB Variations
Color information
#101798 (or 0x101798) is known color: Ultramarine. HEX triplet: 10, 17 and 98. RGB value is (16,23,152). Sum of RGB (Red+Green+Blue) = 16+23+152=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #101798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101798 is #EFE867. Grayscale: #232323. Windows color (decimal): -15722600 or 9967376. OLE color: 9967376.
HSL color Cylindrical-coordinate representation of color #101798: hue angle of 236.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101798 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 23 | 152 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.40 |
| HSL | 236.91º | 0.81% | 0.33% | - |
| HSV(B) | 236.91º | 0.89% | 0.6% | - |
| XYZ | 6.19 | 2.99 | 29.96 | - |
| YUV | 35.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 152 | 0.89 | 0.85 | 0 | 0.40 | 236.91 | 0.81 | 0.33 |
| Hex | 10 | 17 | 98 | 59 | 55 | 0 | 28 | ED | 51 | 21 |
| Octal | 20 | 27 | 230 | 131 | 125 | 0 | 50 | 355 | 121 | 41 |
| Binary | 10000 | 10111 | 10011000 | 1011001 | 1010101 | 0 | 101000 | 11101101 | 1010001 | 100001 |
Color Harmonies of #101798
Complementary color
Monochromatic Colors of #101798
Black with #101798
Text Example
Text Example
White with #101798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101798; }
p { color: rgb(16,23,152); }
H1.HeaderClassName
{
color: #101798;
}
.AnyTagClassName
{
color: #101798;
}
</style>
background-color css
<style>
a { background-color: #101798; }
a { background-color: rgb(16,23,152); }
div.DivClassName
{
background-color: #101798;
}
.BgClassName
{
background-color: #101798;
}
</style>
border-color css
<style>
span { border-color: #101798; }
span { border-color: rgb(16,23,152); }
td.TdClassName
{
border-color: #101798;
}
.TagClassName
{
border-color: #101798;
}
</style>