Shades of Ultramarine #101B8D
Tints of Ultramarine #101B8D
RGB
CMYK
RGB Variations
Color information
#101B8D (or 0x101B8D) is known color: Ultramarine. HEX triplet: 10, 1B and 8D. RGB value is (16,27,141). Sum of RGB (Red+Green+Blue) = 16+27+141=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #101B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B8D is #EFE472. Grayscale: #242424. Windows color (decimal): -15721587 or 9247504. OLE color: 9247504.
HSL color Cylindrical-coordinate representation of color #101B8D: hue angle of 234.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101B8D is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 27 | 141 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.45 |
| HSL | 234.72º | 0.8% | 0.31% | - |
| HSV(B) | 234.72º | 0.89% | 0.55% | - |
| XYZ | 5.41 | 2.82 | 25.46 | - |
| YUV | 36.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 141 | 0.89 | 0.81 | 0 | 0.45 | 234.72 | 0.8 | 0.31 |
| Hex | 10 | 1B | 8D | 59 | 51 | 0 | 2D | EB | 50 | 1F |
| Octal | 20 | 33 | 215 | 131 | 121 | 0 | 55 | 353 | 120 | 37 |
| Binary | 10000 | 11011 | 10001101 | 1011001 | 1010001 | 0 | 101101 | 11101011 | 1010000 | 11111 |
Color Harmonies of #101B8D
Complementary color
Monochromatic Colors of #101B8D
Black with #101B8D
Text Example
Text Example
White with #101B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B8D; }
p { color: rgb(16,27,141); }
H1.HeaderClassName
{
color: #101B8D;
}
.AnyTagClassName
{
color: #101B8D;
}
</style>
background-color css
<style>
a { background-color: #101B8D; }
a { background-color: rgb(16,27,141); }
div.DivClassName
{
background-color: #101B8D;
}
.BgClassName
{
background-color: #101B8D;
}
</style>
border-color css
<style>
span { border-color: #101B8D; }
span { border-color: rgb(16,27,141); }
td.TdClassName
{
border-color: #101B8D;
}
.TagClassName
{
border-color: #101B8D;
}
</style>