Shades of Ultramarine #101C88
Tints of Ultramarine #101C88
RGB
CMYK
RGB Variations
Color information
#101C88 (or 0x101C88) is known color: Ultramarine. HEX triplet: 10, 1C and 88. RGB value is (16,28,136). Sum of RGB (Red+Green+Blue) = 16+28+136=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #101C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101C88 is #EFE377. Grayscale: #242424. Windows color (decimal): -15721336 or 8920080. OLE color: 8920080.
HSL color Cylindrical-coordinate representation of color #101C88: hue angle of 234º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101C88 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 28 | 136 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.47 |
| HSL | 234º | 0.79% | 0.3% | - |
| HSV(B) | 234º | 0.88% | 0.53% | - |
| XYZ | 5.07 | 2.72 | 23.55 | - |
| YUV | 36.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 136 | 0.88 | 0.79 | 0 | 0.47 | 234 | 0.79 | 0.3 |
| Hex | 10 | 1C | 88 | 58 | 4F | 0 | 2F | EA | 4F | 1E |
| Octal | 20 | 34 | 210 | 130 | 117 | 0 | 57 | 352 | 117 | 36 |
| Binary | 10000 | 11100 | 10001000 | 1011000 | 1001111 | 0 | 101111 | 11101010 | 1001111 | 11110 |
Color Harmonies of #101C88
Complementary color
Monochromatic Colors of #101C88
Black with #101C88
Text Example
Text Example
White with #101C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C88; }
p { color: rgb(16,28,136); }
H1.HeaderClassName
{
color: #101C88;
}
.AnyTagClassName
{
color: #101C88;
}
</style>
background-color css
<style>
a { background-color: #101C88; }
a { background-color: rgb(16,28,136); }
div.DivClassName
{
background-color: #101C88;
}
.BgClassName
{
background-color: #101C88;
}
</style>
border-color css
<style>
span { border-color: #101C88; }
span { border-color: rgb(16,28,136); }
td.TdClassName
{
border-color: #101C88;
}
.TagClassName
{
border-color: #101C88;
}
</style>