Shades of Ultramarine #101D99
Tints of Ultramarine #101D99
RGB
CMYK
RGB Variations
Color information
#101D99 (or 0x101D99) is known color: Ultramarine. HEX triplet: 10, 1D and 99. RGB value is (16,29,153). Sum of RGB (Red+Green+Blue) = 16+29+153=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #101D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101D99 is #EFE266. Grayscale: #262626. Windows color (decimal): -15721063 or 10034448. OLE color: 10034448.
HSL color Cylindrical-coordinate representation of color #101D99: hue angle of 234.31º 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 #101D99 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 29 | 153 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.4 |
| HSL | 234.31º | 0.81% | 0.33% | - |
| HSV(B) | 234.31º | 0.9% | 0.6% | - |
| XYZ | 6.4 | 3.29 | 30.43 | - |
| YUV | 39.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 153 | 0.90 | 0.81 | 0 | 0.4 | 234.31 | 0.81 | 0.33 |
| Hex | 10 | 1D | 99 | 5A | 51 | 0 | 28 | EA | 51 | 21 |
| Octal | 20 | 35 | 231 | 132 | 121 | 0 | 50 | 352 | 121 | 41 |
| Binary | 10000 | 11101 | 10011001 | 1011010 | 1010001 | 0 | 101000 | 11101010 | 1010001 | 100001 |
Color Harmonies of #101D99
Complementary color
Monochromatic Colors of #101D99
Black with #101D99
Text Example
Text Example
White with #101D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D99; }
p { color: rgb(16,29,153); }
H1.HeaderClassName
{
color: #101D99;
}
.AnyTagClassName
{
color: #101D99;
}
</style>
background-color css
<style>
a { background-color: #101D99; }
a { background-color: rgb(16,29,153); }
div.DivClassName
{
background-color: #101D99;
}
.BgClassName
{
background-color: #101D99;
}
</style>
border-color css
<style>
span { border-color: #101D99; }
span { border-color: rgb(16,29,153); }
td.TdClassName
{
border-color: #101D99;
}
.TagClassName
{
border-color: #101D99;
}
</style>