Shades of Ultramarine #18138D
Tints of Ultramarine #18138D
RGB
CMYK
RGB Variations
Color information
#18138D (or 0x18138D) is known color: Ultramarine. HEX triplet: 18, 13 and 8D. RGB value is (24,19,141). Sum of RGB (Red+Green+Blue) = 24+19+141=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #18138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18138D is #E7EC72. Grayscale: #212121. Windows color (decimal): -15199347 or 9245464. OLE color: 9245464.
HSL color Cylindrical-coordinate representation of color #18138D: hue angle of 242.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18138D is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 19 | 141 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.45 |
| HSL | 242.46º | 0.76% | 0.31% | - |
| HSV(B) | 242.46º | 0.87% | 0.55% | - |
| XYZ | 5.42 | 2.58 | 25.41 | - |
| YUV | 34.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 141 | 0.83 | 0.87 | 0 | 0.45 | 242.46 | 0.76 | 0.31 |
| Hex | 18 | 13 | 8D | 53 | 57 | 0 | 2D | F2 | 4C | 1F |
| Octal | 30 | 23 | 215 | 123 | 127 | 0 | 55 | 362 | 114 | 37 |
| Binary | 11000 | 10011 | 10001101 | 1010011 | 1010111 | 0 | 101101 | 11110010 | 1001100 | 11111 |
Color Harmonies of #18138D
Complementary color
Monochromatic Colors of #18138D
Black with #18138D
Text Example
Text Example
White with #18138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18138D; }
p { color: rgb(24,19,141); }
H1.HeaderClassName
{
color: #18138D;
}
.AnyTagClassName
{
color: #18138D;
}
</style>
background-color css
<style>
a { background-color: #18138D; }
a { background-color: rgb(24,19,141); }
div.DivClassName
{
background-color: #18138D;
}
.BgClassName
{
background-color: #18138D;
}
</style>
border-color css
<style>
span { border-color: #18138D; }
span { border-color: rgb(24,19,141); }
td.TdClassName
{
border-color: #18138D;
}
.TagClassName
{
border-color: #18138D;
}
</style>