Shades of Ultramarine #100F84
Tints of Ultramarine #100F84
RGB
CMYK
RGB Variations
Color information
#100F84 (or 0x100F84) is known color: Ultramarine. HEX triplet: 10, 0F and 84. RGB value is (16,15,132). Sum of RGB (Red+Green+Blue) = 16+15+132=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #100F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F84 is #EFF07B. Grayscale: #1C1C1C. Windows color (decimal): -15724668 or 8654608. OLE color: 8654608.
HSL color Cylindrical-coordinate representation of color #100F84: hue angle of 240.51º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100F84 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 15 | 132 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.48 |
| HSL | 240.51º | 0.8% | 0.29% | - |
| HSV(B) | 240.51º | 0.89% | 0.52% | - |
| XYZ | 4.55 | 2.12 | 22 | - |
| YUV | 28.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 132 | 0.88 | 0.89 | 0 | 0.48 | 240.51 | 0.8 | 0.29 |
| Hex | 10 | F | 84 | 58 | 59 | 0 | 30 | F1 | 50 | 1D |
| Octal | 20 | 17 | 204 | 130 | 131 | 0 | 60 | 361 | 120 | 35 |
| Binary | 10000 | 1111 | 10000100 | 1011000 | 1011001 | 0 | 110000 | 11110001 | 1010000 | 11101 |
Color Harmonies of #100F84
Complementary color
Monochromatic Colors of #100F84
Black with #100F84
Text Example
Text Example
White with #100F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F84; }
p { color: rgb(16,15,132); }
H1.HeaderClassName
{
color: #100F84;
}
.AnyTagClassName
{
color: #100F84;
}
</style>
background-color css
<style>
a { background-color: #100F84; }
a { background-color: rgb(16,15,132); }
div.DivClassName
{
background-color: #100F84;
}
.BgClassName
{
background-color: #100F84;
}
</style>
border-color css
<style>
span { border-color: #100F84; }
span { border-color: rgb(16,15,132); }
td.TdClassName
{
border-color: #100F84;
}
.TagClassName
{
border-color: #100F84;
}
</style>