Shades of Ultramarine #18099F
Tints of Ultramarine #18099F
RGB
CMYK
RGB Variations
Color information
#18099F (or 0x18099F) is known color: Ultramarine. HEX triplet: 18, 09 and 9F. RGB value is (24,9,159). Sum of RGB (Red+Green+Blue) = 24+9+159=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #18099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18099F is #E7F660. Grayscale: #1D1D1D. Windows color (decimal): -15201889 or 10422552. OLE color: 10422552.
HSL color Cylindrical-coordinate representation of color #18099F: hue angle of 246º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18099F is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 9 | 159 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.38 |
| HSL | 246º | 0.89% | 0.33% | - |
| HSV(B) | 246º | 0.94% | 0.62% | - |
| XYZ | 6.73 | 2.89 | 33 | - |
| YUV | 30.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 159 | 0.85 | 0.94 | 0 | 0.38 | 246 | 0.89 | 0.33 |
| Hex | 18 | 9 | 9F | 55 | 5E | 0 | 26 | F6 | 59 | 21 |
| Octal | 30 | 11 | 237 | 125 | 136 | 0 | 46 | 366 | 131 | 41 |
| Binary | 11000 | 1001 | 10011111 | 1010101 | 1011110 | 0 | 100110 | 11110110 | 1011001 | 100001 |
Color Harmonies of #18099F
Complementary color
Monochromatic Colors of #18099F
Black with #18099F
Text Example
Text Example
White with #18099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18099F; }
p { color: rgb(24,9,159); }
H1.HeaderClassName
{
color: #18099F;
}
.AnyTagClassName
{
color: #18099F;
}
</style>
background-color css
<style>
a { background-color: #18099F; }
a { background-color: rgb(24,9,159); }
div.DivClassName
{
background-color: #18099F;
}
.BgClassName
{
background-color: #18099F;
}
</style>
border-color css
<style>
span { border-color: #18099F; }
span { border-color: rgb(24,9,159); }
td.TdClassName
{
border-color: #18099F;
}
.TagClassName
{
border-color: #18099F;
}
</style>