Shades of Ultramarine #181798
Tints of Ultramarine #181798
RGB
CMYK
RGB Variations
Color information
#181798 (or 0x181798) is known color: Ultramarine. HEX triplet: 18, 17 and 98. RGB value is (24,23,152). Sum of RGB (Red+Green+Blue) = 24+23+152=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #181798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181798 is #E7E867. Grayscale: #252525. Windows color (decimal): -15198312 or 9967384. OLE color: 9967384.
HSL color Cylindrical-coordinate representation of color #181798: hue angle of 240.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181798 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 23 | 152 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.40 |
| HSL | 240.47º | 0.74% | 0.34% | - |
| HSV(B) | 240.47º | 0.85% | 0.6% | - |
| XYZ | 6.35 | 3.07 | 29.96 | - |
| YUV | 38.01 | 192.33 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 152 | 0.84 | 0.85 | 0 | 0.40 | 240.47 | 0.74 | 0.34 |
| Hex | 18 | 17 | 98 | 54 | 55 | 0 | 28 | F0 | 4A | 22 |
| Octal | 30 | 27 | 230 | 124 | 125 | 0 | 50 | 360 | 112 | 42 |
| Binary | 11000 | 10111 | 10011000 | 1010100 | 1010101 | 0 | 101000 | 11110000 | 1001010 | 100010 |
Color Harmonies of #181798
Complementary color
Monochromatic Colors of #181798
Black with #181798
Text Example
Text Example
White with #181798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181798; }
p { color: rgb(24,23,152); }
H1.HeaderClassName
{
color: #181798;
}
.AnyTagClassName
{
color: #181798;
}
</style>
background-color css
<style>
a { background-color: #181798; }
a { background-color: rgb(24,23,152); }
div.DivClassName
{
background-color: #181798;
}
.BgClassName
{
background-color: #181798;
}
</style>
border-color css
<style>
span { border-color: #181798; }
span { border-color: rgb(24,23,152); }
td.TdClassName
{
border-color: #181798;
}
.TagClassName
{
border-color: #181798;
}
</style>