Shades of Ultramarine #101BA1
Tints of Ultramarine #101BA1
RGB
CMYK
RGB Variations
Color information
#101BA1 (or 0x101BA1) is known color: Ultramarine. HEX triplet: 10, 1B and A1. RGB value is (16,27,161). Sum of RGB (Red+Green+Blue) = 16+27+161=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 161 (63.28% from 255 or 78.92% from 204); Max value from RGB is 161 - color contains mainly: blue. Hex color #101BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101BA1 is #EFE45E. Grayscale: #262626. Windows color (decimal): -15721567 or 10558224. OLE color: 10558224.
HSL color Cylindrical-coordinate representation of color #101BA1: hue angle of 235.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101BA1 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 27 | 161 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.37 |
| HSL | 235.45º | 0.82% | 0.35% | - |
| HSV(B) | 235.45º | 0.9% | 0.63% | - |
| XYZ | 7.04 | 3.47 | 34.02 | - |
| YUV | 38.99 | 196.86 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 161 | 0.90 | 0.83 | 0 | 0.37 | 235.45 | 0.82 | 0.35 |
| Hex | 10 | 1B | A1 | 5A | 53 | 0 | 25 | EB | 52 | 23 |
| Octal | 20 | 33 | 241 | 132 | 123 | 0 | 45 | 353 | 122 | 43 |
| Binary | 10000 | 11011 | 10100001 | 1011010 | 1010011 | 0 | 100101 | 11101011 | 1010010 | 100011 |
Color Harmonies of #101BA1
Complementary color
Monochromatic Colors of #101BA1
Black with #101BA1
Text Example
Text Example
White with #101BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BA1; }
p { color: rgb(16,27,161); }
H1.HeaderClassName
{
color: #101BA1;
}
.AnyTagClassName
{
color: #101BA1;
}
</style>
background-color css
<style>
a { background-color: #101BA1; }
a { background-color: rgb(16,27,161); }
div.DivClassName
{
background-color: #101BA1;
}
.BgClassName
{
background-color: #101BA1;
}
</style>
border-color css
<style>
span { border-color: #101BA1; }
span { border-color: rgb(16,27,161); }
td.TdClassName
{
border-color: #101BA1;
}
.TagClassName
{
border-color: #101BA1;
}
</style>