Shades of Ultramarine #101888
Tints of Ultramarine #101888
RGB
CMYK
RGB Variations
Color information
#101888 (or 0x101888) is known color: Ultramarine. HEX triplet: 10, 18 and 88. RGB value is (16,24,136). Sum of RGB (Red+Green+Blue) = 16+24+136=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #101888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101888 is #EFE777. Grayscale: #212121. Windows color (decimal): -15722360 or 8919056. OLE color: 8919056.
HSL color Cylindrical-coordinate representation of color #101888: hue angle of 236º 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 #101888 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 24 | 136 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.47 |
| HSL | 236º | 0.79% | 0.3% | - |
| HSV(B) | 236º | 0.88% | 0.53% | - |
| XYZ | 4.98 | 2.54 | 23.52 | - |
| YUV | 34.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 136 | 0.88 | 0.82 | 0 | 0.47 | 236 | 0.79 | 0.3 |
| Hex | 10 | 18 | 88 | 58 | 52 | 0 | 2F | EC | 4F | 1E |
| Octal | 20 | 30 | 210 | 130 | 122 | 0 | 57 | 354 | 117 | 36 |
| Binary | 10000 | 11000 | 10001000 | 1011000 | 1010010 | 0 | 101111 | 11101100 | 1001111 | 11110 |
Color Harmonies of #101888
Complementary color
Monochromatic Colors of #101888
Black with #101888
Text Example
Text Example
White with #101888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101888; }
p { color: rgb(16,24,136); }
H1.HeaderClassName
{
color: #101888;
}
.AnyTagClassName
{
color: #101888;
}
</style>
background-color css
<style>
a { background-color: #101888; }
a { background-color: rgb(16,24,136); }
div.DivClassName
{
background-color: #101888;
}
.BgClassName
{
background-color: #101888;
}
</style>
border-color css
<style>
span { border-color: #101888; }
span { border-color: rgb(16,24,136); }
td.TdClassName
{
border-color: #101888;
}
.TagClassName
{
border-color: #101888;
}
</style>