Shades of Ultramarine #101B99
Tints of Ultramarine #101B99
RGB
CMYK
RGB Variations
Color information
#101B99 (or 0x101B99) is known color: Ultramarine. HEX triplet: 10, 1B and 99. RGB value is (16,27,153). Sum of RGB (Red+Green+Blue) = 16+27+153=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #101B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B99 is #EFE466. Grayscale: #252525. Windows color (decimal): -15721575 or 10033936. OLE color: 10033936.
HSL color Cylindrical-coordinate representation of color #101B99: hue angle of 235.18º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101B99 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 27 | 153 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.4 |
| HSL | 235.18º | 0.81% | 0.33% | - |
| HSV(B) | 235.18º | 0.9% | 0.6% | - |
| XYZ | 6.36 | 3.19 | 30.42 | - |
| YUV | 38.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 153 | 0.90 | 0.82 | 0 | 0.4 | 235.18 | 0.81 | 0.33 |
| Hex | 10 | 1B | 99 | 5A | 52 | 0 | 28 | EB | 51 | 21 |
| Octal | 20 | 33 | 231 | 132 | 122 | 0 | 50 | 353 | 121 | 41 |
| Binary | 10000 | 11011 | 10011001 | 1011010 | 1010010 | 0 | 101000 | 11101011 | 1010001 | 100001 |
Color Harmonies of #101B99
Complementary color
Monochromatic Colors of #101B99
Black with #101B99
Text Example
Text Example
White with #101B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B99; }
p { color: rgb(16,27,153); }
H1.HeaderClassName
{
color: #101B99;
}
.AnyTagClassName
{
color: #101B99;
}
</style>
background-color css
<style>
a { background-color: #101B99; }
a { background-color: rgb(16,27,153); }
div.DivClassName
{
background-color: #101B99;
}
.BgClassName
{
background-color: #101B99;
}
</style>
border-color css
<style>
span { border-color: #101B99; }
span { border-color: rgb(16,27,153); }
td.TdClassName
{
border-color: #101B99;
}
.TagClassName
{
border-color: #101B99;
}
</style>