Shades of Ultramarine #101582
Tints of Ultramarine #101582
RGB
CMYK
RGB Variations
Color information
#101582 (or 0x101582) is known color: Ultramarine. HEX triplet: 10, 15 and 82. RGB value is (16,21,130). Sum of RGB (Red+Green+Blue) = 16+21+130=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #101582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101582 is #EFEA7D. Grayscale: #1F1F1F. Windows color (decimal): -15723134 or 8525072. OLE color: 8525072.
HSL color Cylindrical-coordinate representation of color #101582: hue angle of 237.37º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101582 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 21 | 130 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.49 |
| HSL | 237.37º | 0.78% | 0.29% | - |
| HSV(B) | 237.37º | 0.88% | 0.51% | - |
| XYZ | 4.51 | 2.26 | 21.32 | - |
| YUV | 31.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 130 | 0.88 | 0.84 | 0 | 0.49 | 237.37 | 0.78 | 0.29 |
| Hex | 10 | 15 | 82 | 58 | 54 | 0 | 31 | ED | 4E | 1D |
| Octal | 20 | 25 | 202 | 130 | 124 | 0 | 61 | 355 | 116 | 35 |
| Binary | 10000 | 10101 | 10000010 | 1011000 | 1010100 | 0 | 110001 | 11101101 | 1001110 | 11101 |
Color Harmonies of #101582
Complementary color
Monochromatic Colors of #101582
Black with #101582
Text Example
Text Example
White with #101582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101582; }
p { color: rgb(16,21,130); }
H1.HeaderClassName
{
color: #101582;
}
.AnyTagClassName
{
color: #101582;
}
</style>
background-color css
<style>
a { background-color: #101582; }
a { background-color: rgb(16,21,130); }
div.DivClassName
{
background-color: #101582;
}
.BgClassName
{
background-color: #101582;
}
</style>
border-color css
<style>
span { border-color: #101582; }
span { border-color: rgb(16,21,130); }
td.TdClassName
{
border-color: #101582;
}
.TagClassName
{
border-color: #101582;
}
</style>