Shades of Ultramarine #101380
Tints of Ultramarine #101380
RGB
CMYK
RGB Variations
Color information
#101380 (or 0x101380) is known color: Ultramarine. HEX triplet: 10, 13 and 80. RGB value is (16,19,128). Sum of RGB (Red+Green+Blue) = 16+19+128=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #101380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101380 is #EFEC7F. Grayscale: #1E1E1E. Windows color (decimal): -15723648 or 8393488. OLE color: 8393488.
HSL color Cylindrical-coordinate representation of color #101380: hue angle of 238.39º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101380 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 19 | 128 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.50 |
| HSL | 238.39º | 0.78% | 0.28% | - |
| HSV(B) | 238.39º | 0.88% | 0.5% | - |
| XYZ | 4.34 | 2.13 | 20.61 | - |
| YUV | 30.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 128 | 0.88 | 0.85 | 0 | 0.50 | 238.39 | 0.78 | 0.28 |
| Hex | 10 | 13 | 80 | 58 | 55 | 0 | 32 | EE | 4E | 1C |
| Octal | 20 | 23 | 200 | 130 | 125 | 0 | 62 | 356 | 116 | 34 |
| Binary | 10000 | 10011 | 10000000 | 1011000 | 1010101 | 0 | 110010 | 11101110 | 1001110 | 11100 |
Color Harmonies of #101380
Complementary color
Monochromatic Colors of #101380
Black with #101380
Text Example
Text Example
White with #101380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101380; }
p { color: rgb(16,19,128); }
H1.HeaderClassName
{
color: #101380;
}
.AnyTagClassName
{
color: #101380;
}
</style>
background-color css
<style>
a { background-color: #101380; }
a { background-color: rgb(16,19,128); }
div.DivClassName
{
background-color: #101380;
}
.BgClassName
{
background-color: #101380;
}
</style>
border-color css
<style>
span { border-color: #101380; }
span { border-color: rgb(16,19,128); }
td.TdClassName
{
border-color: #101380;
}
.TagClassName
{
border-color: #101380;
}
</style>