Shades of Ultramarine #101A8B
Tints of Ultramarine #101A8B
RGB
CMYK
RGB Variations
Color information
#101A8B (or 0x101A8B) is known color: Ultramarine. HEX triplet: 10, 1A and 8B. RGB value is (16,26,139). Sum of RGB (Red+Green+Blue) = 16+26+139=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #101A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101A8B is #EFE574. Grayscale: #232323. Windows color (decimal): -15721845 or 9116176. OLE color: 9116176.
HSL color Cylindrical-coordinate representation of color #101A8B: hue angle of 235.12º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101A8B is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 26 | 139 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.45 |
| HSL | 235.12º | 0.79% | 0.3% | - |
| HSV(B) | 235.12º | 0.88% | 0.55% | - |
| XYZ | 5.24 | 2.71 | 24.67 | - |
| YUV | 35.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 139 | 0.88 | 0.81 | 0 | 0.45 | 235.12 | 0.79 | 0.3 |
| Hex | 10 | 1A | 8B | 58 | 51 | 0 | 2D | EB | 4F | 1E |
| Octal | 20 | 32 | 213 | 130 | 121 | 0 | 55 | 353 | 117 | 36 |
| Binary | 10000 | 11010 | 10001011 | 1011000 | 1010001 | 0 | 101101 | 11101011 | 1001111 | 11110 |
Color Harmonies of #101A8B
Complementary color
Monochromatic Colors of #101A8B
Black with #101A8B
Text Example
Text Example
White with #101A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A8B; }
p { color: rgb(16,26,139); }
H1.HeaderClassName
{
color: #101A8B;
}
.AnyTagClassName
{
color: #101A8B;
}
</style>
background-color css
<style>
a { background-color: #101A8B; }
a { background-color: rgb(16,26,139); }
div.DivClassName
{
background-color: #101A8B;
}
.BgClassName
{
background-color: #101A8B;
}
</style>
border-color css
<style>
span { border-color: #101A8B; }
span { border-color: rgb(16,26,139); }
td.TdClassName
{
border-color: #101A8B;
}
.TagClassName
{
border-color: #101A8B;
}
</style>