Shades of Ultramarine #101A8E
Tints of Ultramarine #101A8E
RGB
CMYK
RGB Variations
Color information
#101A8E (or 0x101A8E) is known color: Ultramarine. HEX triplet: 10, 1A and 8E. RGB value is (16,26,142). Sum of RGB (Red+Green+Blue) = 16+26+142=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #101A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101A8E is #EFE571. Grayscale: #232323. Windows color (decimal): -15721842 or 9312784. OLE color: 9312784.
HSL color Cylindrical-coordinate representation of color #101A8E: hue angle of 235.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101A8E is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 26 | 142 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.44 |
| HSL | 235.24º | 0.8% | 0.31% | - |
| HSV(B) | 235.24º | 0.89% | 0.56% | - |
| XYZ | 5.47 | 2.8 | 25.84 | - |
| YUV | 36.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 142 | 0.89 | 0.82 | 0 | 0.44 | 235.24 | 0.8 | 0.31 |
| Hex | 10 | 1A | 8E | 59 | 52 | 0 | 2C | EB | 50 | 1F |
| Octal | 20 | 32 | 216 | 131 | 122 | 0 | 54 | 353 | 120 | 37 |
| Binary | 10000 | 11010 | 10001110 | 1011001 | 1010010 | 0 | 101100 | 11101011 | 1010000 | 11111 |
Color Harmonies of #101A8E
Complementary color
Monochromatic Colors of #101A8E
Black with #101A8E
Text Example
Text Example
White with #101A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A8E; }
p { color: rgb(16,26,142); }
H1.HeaderClassName
{
color: #101A8E;
}
.AnyTagClassName
{
color: #101A8E;
}
</style>
background-color css
<style>
a { background-color: #101A8E; }
a { background-color: rgb(16,26,142); }
div.DivClassName
{
background-color: #101A8E;
}
.BgClassName
{
background-color: #101A8E;
}
</style>
border-color css
<style>
span { border-color: #101A8E; }
span { border-color: rgb(16,26,142); }
td.TdClassName
{
border-color: #101A8E;
}
.TagClassName
{
border-color: #101A8E;
}
</style>