Shades of Ultramarine #18139B
Tints of Ultramarine #18139B
RGB
CMYK
RGB Variations
Color information
#18139B (or 0x18139B) is known color: Ultramarine. HEX triplet: 18, 13 and 9B. RGB value is (24,19,155). Sum of RGB (Red+Green+Blue) = 24+19+155=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #18139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18139B is #E7EC64. Grayscale: #232323. Windows color (decimal): -15199333 or 10162968. OLE color: 10162968.
HSL color Cylindrical-coordinate representation of color #18139B: hue angle of 242.21º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18139B is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 19 | 155 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.39 |
| HSL | 242.21º | 0.78% | 0.34% | - |
| HSV(B) | 242.21º | 0.88% | 0.61% | - |
| XYZ | 6.53 | 3.03 | 31.25 | - |
| YUV | 36 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 155 | 0.85 | 0.88 | 0 | 0.39 | 242.21 | 0.78 | 0.34 |
| Hex | 18 | 13 | 9B | 55 | 58 | 0 | 27 | F2 | 4E | 22 |
| Octal | 30 | 23 | 233 | 125 | 130 | 0 | 47 | 362 | 116 | 42 |
| Binary | 11000 | 10011 | 10011011 | 1010101 | 1011000 | 0 | 100111 | 11110010 | 1001110 | 100010 |
Color Harmonies of #18139B
Complementary color
Monochromatic Colors of #18139B
Black with #18139B
Text Example
Text Example
White with #18139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18139B; }
p { color: rgb(24,19,155); }
H1.HeaderClassName
{
color: #18139B;
}
.AnyTagClassName
{
color: #18139B;
}
</style>
background-color css
<style>
a { background-color: #18139B; }
a { background-color: rgb(24,19,155); }
div.DivClassName
{
background-color: #18139B;
}
.BgClassName
{
background-color: #18139B;
}
</style>
border-color css
<style>
span { border-color: #18139B; }
span { border-color: rgb(24,19,155); }
td.TdClassName
{
border-color: #18139B;
}
.TagClassName
{
border-color: #18139B;
}
</style>