Shades of Ultramarine #100D95
Tints of Ultramarine #100D95
RGB
CMYK
RGB Variations
Color information
#100D95 (or 0x100D95) is known color: Ultramarine. HEX triplet: 10, 0D and 95. RGB value is (16,13,149). Sum of RGB (Red+Green+Blue) = 16+13+149=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #100D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100D95 is #EFF26A. Grayscale: #1C1C1C. Windows color (decimal): -15725163 or 9768208. OLE color: 9768208.
HSL color Cylindrical-coordinate representation of color #100D95: hue angle of 241.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100D95 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 13 | 149 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.42 |
| HSL | 241.32º | 0.84% | 0.32% | - |
| HSV(B) | 241.32º | 0.91% | 0.58% | - |
| XYZ | 5.78 | 2.57 | 28.62 | - |
| YUV | 29.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 149 | 0.89 | 0.91 | 0 | 0.42 | 241.32 | 0.84 | 0.32 |
| Hex | 10 | D | 95 | 59 | 5B | 0 | 2A | F1 | 54 | 20 |
| Octal | 20 | 15 | 225 | 131 | 133 | 0 | 52 | 361 | 124 | 40 |
| Binary | 10000 | 1101 | 10010101 | 1011001 | 1011011 | 0 | 101010 | 11110001 | 1010100 | 100000 |
Color Harmonies of #100D95
Complementary color
Monochromatic Colors of #100D95
Black with #100D95
Text Example
Text Example
White with #100D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D95; }
p { color: rgb(16,13,149); }
H1.HeaderClassName
{
color: #100D95;
}
.AnyTagClassName
{
color: #100D95;
}
</style>
background-color css
<style>
a { background-color: #100D95; }
a { background-color: rgb(16,13,149); }
div.DivClassName
{
background-color: #100D95;
}
.BgClassName
{
background-color: #100D95;
}
</style>
border-color css
<style>
span { border-color: #100D95; }
span { border-color: rgb(16,13,149); }
td.TdClassName
{
border-color: #100D95;
}
.TagClassName
{
border-color: #100D95;
}
</style>