Shades of Ultramarine #101488
Tints of Ultramarine #101488
RGB
CMYK
RGB Variations
Color information
#101488 (or 0x101488) is known color: Ultramarine. HEX triplet: 10, 14 and 88. RGB value is (16,20,136). Sum of RGB (Red+Green+Blue) = 16+20+136=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 136 (53.52% from 255 or 79.07% from 172); Max value from RGB is 136 - color contains mainly: blue. Hex color #101488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101488 is #EFEB77. Grayscale: #1F1F1F. Windows color (decimal): -15723384 or 8918032. OLE color: 8918032.
HSL color Cylindrical-coordinate representation of color #101488: hue angle of 238º 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 #101488 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 20 | 136 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.47 |
| HSL | 238º | 0.79% | 0.3% | - |
| HSV(B) | 238º | 0.88% | 0.53% | - |
| XYZ | 4.91 | 2.39 | 23.49 | - |
| YUV | 32.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 136 | 0.88 | 0.85 | 0 | 0.47 | 238 | 0.79 | 0.3 |
| Hex | 10 | 14 | 88 | 58 | 55 | 0 | 2F | EE | 4F | 1E |
| Octal | 20 | 24 | 210 | 130 | 125 | 0 | 57 | 356 | 117 | 36 |
| Binary | 10000 | 10100 | 10001000 | 1011000 | 1010101 | 0 | 101111 | 11101110 | 1001111 | 11110 |
Color Harmonies of #101488
Complementary color
Monochromatic Colors of #101488
Black with #101488
Text Example
Text Example
White with #101488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101488; }
p { color: rgb(16,20,136); }
H1.HeaderClassName
{
color: #101488;
}
.AnyTagClassName
{
color: #101488;
}
</style>
background-color css
<style>
a { background-color: #101488; }
a { background-color: rgb(16,20,136); }
div.DivClassName
{
background-color: #101488;
}
.BgClassName
{
background-color: #101488;
}
</style>
border-color css
<style>
span { border-color: #101488; }
span { border-color: rgb(16,20,136); }
td.TdClassName
{
border-color: #101488;
}
.TagClassName
{
border-color: #101488;
}
</style>