Shades of Ultramarine #18158D
Tints of Ultramarine #18158D
RGB
CMYK
RGB Variations
Color information
#18158D (or 0x18158D) is known color: Ultramarine. HEX triplet: 18, 15 and 8D. RGB value is (24,21,141). Sum of RGB (Red+Green+Blue) = 24+21+141=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #18158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18158D is #E7EA72. Grayscale: #232323. Windows color (decimal): -15198835 or 9245976. OLE color: 9245976.
HSL color Cylindrical-coordinate representation of color #18158D: hue angle of 241.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18158D is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 21 | 141 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.45 |
| HSL | 241.5º | 0.74% | 0.32% | - |
| HSV(B) | 241.5º | 0.85% | 0.55% | - |
| XYZ | 5.45 | 2.65 | 25.42 | - |
| YUV | 35.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 141 | 0.83 | 0.85 | 0 | 0.45 | 241.5 | 0.74 | 0.32 |
| Hex | 18 | 15 | 8D | 53 | 55 | 0 | 2D | F2 | 4A | 20 |
| Octal | 30 | 25 | 215 | 123 | 125 | 0 | 55 | 362 | 112 | 40 |
| Binary | 11000 | 10101 | 10001101 | 1010011 | 1010101 | 0 | 101101 | 11110010 | 1001010 | 100000 |
Color Harmonies of #18158D
Complementary color
Monochromatic Colors of #18158D
Black with #18158D
Text Example
Text Example
White with #18158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18158D; }
p { color: rgb(24,21,141); }
H1.HeaderClassName
{
color: #18158D;
}
.AnyTagClassName
{
color: #18158D;
}
</style>
background-color css
<style>
a { background-color: #18158D; }
a { background-color: rgb(24,21,141); }
div.DivClassName
{
background-color: #18158D;
}
.BgClassName
{
background-color: #18158D;
}
</style>
border-color css
<style>
span { border-color: #18158D; }
span { border-color: rgb(24,21,141); }
td.TdClassName
{
border-color: #18158D;
}
.TagClassName
{
border-color: #18158D;
}
</style>