Shades of Ultramarine #100784
Tints of Ultramarine #100784
RGB
CMYK
RGB Variations
Color information
#100784 (or 0x100784) is known color: Ultramarine. HEX triplet: 10, 07 and 84. RGB value is (16,7,132). Sum of RGB (Red+Green+Blue) = 16+7+132=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #100784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100784 is #EFF87B. Grayscale: #171717. Windows color (decimal): -15726716 or 8652560. OLE color: 8652560.
HSL color Cylindrical-coordinate representation of color #100784: hue angle of 244.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100784 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 7 | 132 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.48 |
| HSL | 244.32º | 0.9% | 0.27% | - |
| HSV(B) | 244.32º | 0.95% | 0.52% | - |
| XYZ | 4.45 | 1.93 | 21.97 | - |
| YUV | 23.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 132 | 0.88 | 0.95 | 0 | 0.48 | 244.32 | 0.9 | 0.27 |
| Hex | 10 | 7 | 84 | 58 | 5F | 0 | 30 | F4 | 5A | 1B |
| Octal | 20 | 7 | 204 | 130 | 137 | 0 | 60 | 364 | 132 | 33 |
| Binary | 10000 | 111 | 10000100 | 1011000 | 1011111 | 0 | 110000 | 11110100 | 1011010 | 11011 |
Color Harmonies of #100784
Complementary color
Monochromatic Colors of #100784
Black with #100784
Text Example
Text Example
White with #100784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100784; }
p { color: rgb(16,7,132); }
H1.HeaderClassName
{
color: #100784;
}
.AnyTagClassName
{
color: #100784;
}
</style>
background-color css
<style>
a { background-color: #100784; }
a { background-color: rgb(16,7,132); }
div.DivClassName
{
background-color: #100784;
}
.BgClassName
{
background-color: #100784;
}
</style>
border-color css
<style>
span { border-color: #100784; }
span { border-color: rgb(16,7,132); }
td.TdClassName
{
border-color: #100784;
}
.TagClassName
{
border-color: #100784;
}
</style>