Shades of Ultramarine #10018D
Tints of Ultramarine #10018D
RGB
CMYK
RGB Variations
Color information
#10018D (or 0x10018D) is known color: Ultramarine. HEX triplet: 10, 01 and 8D. RGB value is (16,1,141). Sum of RGB (Red+Green+Blue) = 16+1+141=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #10018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10018D is #EFFE72. Grayscale: #141414. Windows color (decimal): -15728243 or 9240848. OLE color: 9240848.
HSL color Cylindrical-coordinate representation of color #10018D: hue angle of 246.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10018D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 1 | 141 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.45 |
| HSL | 246.43º | 0.99% | 0.28% | - |
| HSV(B) | 246.43º | 0.99% | 0.55% | - |
| XYZ | 5.03 | 2.05 | 25.33 | - |
| YUV | 21.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 141 | 0.89 | 0.99 | 0 | 0.45 | 246.43 | 0.99 | 0.28 |
| Hex | 10 | 1 | 8D | 59 | 63 | 0 | 2D | F6 | 63 | 1C |
| Octal | 20 | 1 | 215 | 131 | 143 | 0 | 55 | 366 | 143 | 34 |
| Binary | 10000 | 1 | 10001101 | 1011001 | 1100011 | 0 | 101101 | 11110110 | 1100011 | 11100 |
Color Harmonies of #10018D
Complementary color
Monochromatic Colors of #10018D
Black with #10018D
Text Example
Text Example
White with #10018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10018D; }
p { color: rgb(16,1,141); }
H1.HeaderClassName
{
color: #10018D;
}
.AnyTagClassName
{
color: #10018D;
}
</style>
background-color css
<style>
a { background-color: #10018D; }
a { background-color: rgb(16,1,141); }
div.DivClassName
{
background-color: #10018D;
}
.BgClassName
{
background-color: #10018D;
}
</style>
border-color css
<style>
span { border-color: #10018D; }
span { border-color: rgb(16,1,141); }
td.TdClassName
{
border-color: #10018D;
}
.TagClassName
{
border-color: #10018D;
}
</style>