Shades of Ultramarine #18159F
Tints of Ultramarine #18159F
RGB
CMYK
RGB Variations
Color information
#18159F (or 0x18159F) is known color: Ultramarine. HEX triplet: 18, 15 and 9F. RGB value is (24,21,159). Sum of RGB (Red+Green+Blue) = 24+21+159=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #18159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159F is #E7EA60. Grayscale: #252525. Windows color (decimal): -15198817 or 10425624. OLE color: 10425624.
HSL color Cylindrical-coordinate representation of color #18159F: hue angle of 241.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18159F is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 21 | 159 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.38 |
| HSL | 241.3º | 0.77% | 0.35% | - |
| HSV(B) | 241.3º | 0.87% | 0.62% | - |
| XYZ | 6.9 | 3.23 | 33.06 | - |
| YUV | 37.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 159 | 0.85 | 0.87 | 0 | 0.38 | 241.3 | 0.77 | 0.35 |
| Hex | 18 | 15 | 9F | 55 | 57 | 0 | 26 | F1 | 4D | 23 |
| Octal | 30 | 25 | 237 | 125 | 127 | 0 | 46 | 361 | 115 | 43 |
| Binary | 11000 | 10101 | 10011111 | 1010101 | 1010111 | 0 | 100110 | 11110001 | 1001101 | 100011 |
Color Harmonies of #18159F
Complementary color
Monochromatic Colors of #18159F
Black with #18159F
Text Example
Text Example
White with #18159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18159F; }
p { color: rgb(24,21,159); }
H1.HeaderClassName
{
color: #18159F;
}
.AnyTagClassName
{
color: #18159F;
}
</style>
background-color css
<style>
a { background-color: #18159F; }
a { background-color: rgb(24,21,159); }
div.DivClassName
{
background-color: #18159F;
}
.BgClassName
{
background-color: #18159F;
}
</style>
border-color css
<style>
span { border-color: #18159F; }
span { border-color: rgb(24,21,159); }
td.TdClassName
{
border-color: #18159F;
}
.TagClassName
{
border-color: #18159F;
}
</style>