Shades of Ultramarine #181089
Tints of Ultramarine #181089
RGB
CMYK
RGB Variations
Color information
#181089 (or 0x181089) is known color: Ultramarine. HEX triplet: 18, 10 and 89. RGB value is (24,16,137). Sum of RGB (Red+Green+Blue) = 24+16+137=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #181089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181089 is #E7EF76. Grayscale: #1F1F1F. Windows color (decimal): -15200119 or 8982552. OLE color: 8982552.
HSL color Cylindrical-coordinate representation of color #181089: hue angle of 243.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181089 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 16 | 137 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.46 |
| HSL | 243.97º | 0.79% | 0.3% | - |
| HSV(B) | 243.97º | 0.88% | 0.54% | - |
| XYZ | 5.08 | 2.37 | 23.86 | - |
| YUV | 32.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 137 | 0.82 | 0.88 | 0 | 0.46 | 243.97 | 0.79 | 0.3 |
| Hex | 18 | 10 | 89 | 52 | 58 | 0 | 2E | F4 | 4F | 1E |
| Octal | 30 | 20 | 211 | 122 | 130 | 0 | 56 | 364 | 117 | 36 |
| Binary | 11000 | 10000 | 10001001 | 1010010 | 1011000 | 0 | 101110 | 11110100 | 1001111 | 11110 |
Color Harmonies of #181089
Complementary color
Monochromatic Colors of #181089
Black with #181089
Text Example
Text Example
White with #181089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181089; }
p { color: rgb(24,16,137); }
H1.HeaderClassName
{
color: #181089;
}
.AnyTagClassName
{
color: #181089;
}
</style>
background-color css
<style>
a { background-color: #181089; }
a { background-color: rgb(24,16,137); }
div.DivClassName
{
background-color: #181089;
}
.BgClassName
{
background-color: #181089;
}
</style>
border-color css
<style>
span { border-color: #181089; }
span { border-color: rgb(24,16,137); }
td.TdClassName
{
border-color: #181089;
}
.TagClassName
{
border-color: #181089;
}
</style>