Shades of Ultramarine #18198D
Tints of Ultramarine #18198D
RGB
CMYK
RGB Variations
Color information
#18198D (or 0x18198D) is known color: Ultramarine. HEX triplet: 18, 19 and 8D. RGB value is (24,25,141). Sum of RGB (Red+Green+Blue) = 24+25+141=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #18198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18198D is #E7E672. Grayscale: #252525. Windows color (decimal): -15197811 or 9247000. OLE color: 9247000.
HSL color Cylindrical-coordinate representation of color #18198D: hue angle of 239.49º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18198D is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 25 | 141 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.45 |
| HSL | 239.49º | 0.71% | 0.32% | - |
| HSV(B) | 239.49º | 0.83% | 0.55% | - |
| XYZ | 5.53 | 2.81 | 25.45 | - |
| YUV | 37.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 141 | 0.83 | 0.82 | 0 | 0.45 | 239.49 | 0.71 | 0.32 |
| Hex | 18 | 19 | 8D | 53 | 52 | 0 | 2D | EF | 47 | 20 |
| Octal | 30 | 31 | 215 | 123 | 122 | 0 | 55 | 357 | 107 | 40 |
| Binary | 11000 | 11001 | 10001101 | 1010011 | 1010010 | 0 | 101101 | 11101111 | 1000111 | 100000 |
Color Harmonies of #18198D
Complementary color
Monochromatic Colors of #18198D
Black with #18198D
Text Example
Text Example
White with #18198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18198D; }
p { color: rgb(24,25,141); }
H1.HeaderClassName
{
color: #18198D;
}
.AnyTagClassName
{
color: #18198D;
}
</style>
background-color css
<style>
a { background-color: #18198D; }
a { background-color: rgb(24,25,141); }
div.DivClassName
{
background-color: #18198D;
}
.BgClassName
{
background-color: #18198D;
}
</style>
border-color css
<style>
span { border-color: #18198D; }
span { border-color: rgb(24,25,141); }
td.TdClassName
{
border-color: #18198D;
}
.TagClassName
{
border-color: #18198D;
}
</style>