Shades of Ultramarine #18139F
Tints of Ultramarine #18139F
RGB
CMYK
RGB Variations
Color information
#18139F (or 0x18139F) is known color: Ultramarine. HEX triplet: 18, 13 and 9F. RGB value is (24,19,159). Sum of RGB (Red+Green+Blue) = 24+19+159=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #18139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18139F is #E7EC60. Grayscale: #232323. Windows color (decimal): -15199329 or 10425112. OLE color: 10425112.
HSL color Cylindrical-coordinate representation of color #18139F: hue angle of 242.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18139F is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 19 | 159 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.38 |
| HSL | 242.14º | 0.79% | 0.35% | - |
| HSV(B) | 242.14º | 0.88% | 0.62% | - |
| XYZ | 6.87 | 3.16 | 33.05 | - |
| YUV | 36.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 159 | 0.85 | 0.88 | 0 | 0.38 | 242.14 | 0.79 | 0.35 |
| Hex | 18 | 13 | 9F | 55 | 58 | 0 | 26 | F2 | 4F | 23 |
| Octal | 30 | 23 | 237 | 125 | 130 | 0 | 46 | 362 | 117 | 43 |
| Binary | 11000 | 10011 | 10011111 | 1010101 | 1011000 | 0 | 100110 | 11110010 | 1001111 | 100011 |
Color Harmonies of #18139F
Complementary color
Monochromatic Colors of #18139F
Black with #18139F
Text Example
Text Example
White with #18139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18139F; }
p { color: rgb(24,19,159); }
H1.HeaderClassName
{
color: #18139F;
}
.AnyTagClassName
{
color: #18139F;
}
</style>
background-color css
<style>
a { background-color: #18139F; }
a { background-color: rgb(24,19,159); }
div.DivClassName
{
background-color: #18139F;
}
.BgClassName
{
background-color: #18139F;
}
</style>
border-color css
<style>
span { border-color: #18139F; }
span { border-color: rgb(24,19,159); }
td.TdClassName
{
border-color: #18139F;
}
.TagClassName
{
border-color: #18139F;
}
</style>