Shades of Ultramarine #181295
Tints of Ultramarine #181295
RGB
CMYK
RGB Variations
Color information
#181295 (or 0x181295) is known color: Ultramarine. HEX triplet: 18, 12 and 95. RGB value is (24,18,149). Sum of RGB (Red+Green+Blue) = 24+18+149=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #181295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181295 is #E7ED6A. Grayscale: #222222. Windows color (decimal): -15199595 or 9769496. OLE color: 9769496.
HSL color Cylindrical-coordinate representation of color #181295: hue angle of 242.75º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181295 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 18 | 149 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.42 |
| HSL | 242.75º | 0.78% | 0.33% | - |
| HSV(B) | 242.75º | 0.88% | 0.58% | - |
| XYZ | 6.02 | 2.8 | 28.66 | - |
| YUV | 34.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 149 | 0.84 | 0.88 | 0 | 0.42 | 242.75 | 0.78 | 0.33 |
| Hex | 18 | 12 | 95 | 54 | 58 | 0 | 2A | F3 | 4E | 21 |
| Octal | 30 | 22 | 225 | 124 | 130 | 0 | 52 | 363 | 116 | 41 |
| Binary | 11000 | 10010 | 10010101 | 1010100 | 1011000 | 0 | 101010 | 11110011 | 1001110 | 100001 |
Color Harmonies of #181295
Complementary color
Monochromatic Colors of #181295
Black with #181295
Text Example
Text Example
White with #181295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181295; }
p { color: rgb(24,18,149); }
H1.HeaderClassName
{
color: #181295;
}
.AnyTagClassName
{
color: #181295;
}
</style>
background-color css
<style>
a { background-color: #181295; }
a { background-color: rgb(24,18,149); }
div.DivClassName
{
background-color: #181295;
}
.BgClassName
{
background-color: #181295;
}
</style>
border-color css
<style>
span { border-color: #181295; }
span { border-color: rgb(24,18,149); }
td.TdClassName
{
border-color: #181295;
}
.TagClassName
{
border-color: #181295;
}
</style>