Shades of Ultramarine #18109F
Tints of Ultramarine #18109F
RGB
CMYK
RGB Variations
Color information
#18109F (or 0x18109F) is known color: Ultramarine. HEX triplet: 18, 10 and 9F. RGB value is (24,16,159). Sum of RGB (Red+Green+Blue) = 24+16+159=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #18109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18109F is #E7EF60. Grayscale: #222222. Windows color (decimal): -15200097 or 10424344. OLE color: 10424344.
HSL color Cylindrical-coordinate representation of color #18109F: hue angle of 243.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18109F is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 16 | 159 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.38 |
| HSL | 243.36º | 0.82% | 0.34% | - |
| HSV(B) | 243.36º | 0.9% | 0.62% | - |
| XYZ | 6.82 | 3.07 | 33.03 | - |
| YUV | 34.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 159 | 0.85 | 0.90 | 0 | 0.38 | 243.36 | 0.82 | 0.34 |
| Hex | 18 | 10 | 9F | 55 | 5A | 0 | 26 | F3 | 52 | 22 |
| Octal | 30 | 20 | 237 | 125 | 132 | 0 | 46 | 363 | 122 | 42 |
| Binary | 11000 | 10000 | 10011111 | 1010101 | 1011010 | 0 | 100110 | 11110011 | 1010010 | 100010 |
Color Harmonies of #18109F
Complementary color
Monochromatic Colors of #18109F
Black with #18109F
Text Example
Text Example
White with #18109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18109F; }
p { color: rgb(24,16,159); }
H1.HeaderClassName
{
color: #18109F;
}
.AnyTagClassName
{
color: #18109F;
}
</style>
background-color css
<style>
a { background-color: #18109F; }
a { background-color: rgb(24,16,159); }
div.DivClassName
{
background-color: #18109F;
}
.BgClassName
{
background-color: #18109F;
}
</style>
border-color css
<style>
span { border-color: #18109F; }
span { border-color: rgb(24,16,159); }
td.TdClassName
{
border-color: #18109F;
}
.TagClassName
{
border-color: #18109F;
}
</style>