Shades of Ultramarine #181998
Tints of Ultramarine #181998
RGB
CMYK
RGB Variations
Color information
#181998 (or 0x181998) is known color: Ultramarine. HEX triplet: 18, 19 and 98. RGB value is (24,25,152). Sum of RGB (Red+Green+Blue) = 24+25+152=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #181998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181998 is #E7E667. Grayscale: #262626. Windows color (decimal): -15197800 or 9967896. OLE color: 9967896.
HSL color Cylindrical-coordinate representation of color #181998: hue angle of 239.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181998 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 25 | 152 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.40 |
| HSL | 239.53º | 0.73% | 0.35% | - |
| HSV(B) | 239.53º | 0.84% | 0.6% | - |
| XYZ | 6.39 | 3.16 | 29.98 | - |
| YUV | 39.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 152 | 0.84 | 0.84 | 0 | 0.40 | 239.53 | 0.73 | 0.35 |
| Hex | 18 | 19 | 98 | 54 | 54 | 0 | 28 | F0 | 49 | 23 |
| Octal | 30 | 31 | 230 | 124 | 124 | 0 | 50 | 360 | 111 | 43 |
| Binary | 11000 | 11001 | 10011000 | 1010100 | 1010100 | 0 | 101000 | 11110000 | 1001001 | 100011 |
Color Harmonies of #181998
Complementary color
Monochromatic Colors of #181998
Black with #181998
Text Example
Text Example
White with #181998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181998; }
p { color: rgb(24,25,152); }
H1.HeaderClassName
{
color: #181998;
}
.AnyTagClassName
{
color: #181998;
}
</style>
background-color css
<style>
a { background-color: #181998; }
a { background-color: rgb(24,25,152); }
div.DivClassName
{
background-color: #181998;
}
.BgClassName
{
background-color: #181998;
}
</style>
border-color css
<style>
span { border-color: #181998; }
span { border-color: rgb(24,25,152); }
td.TdClassName
{
border-color: #181998;
}
.TagClassName
{
border-color: #181998;
}
</style>