Shades of Ultramarine #181395
Tints of Ultramarine #181395
RGB
CMYK
RGB Variations
Color information
#181395 (or 0x181395) is known color: Ultramarine. HEX triplet: 18, 13 and 95. RGB value is (24,19,149). Sum of RGB (Red+Green+Blue) = 24+19+149=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #181395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181395 is #E7EC6A. Grayscale: #222222. Windows color (decimal): -15199339 or 9769752. OLE color: 9769752.
HSL color Cylindrical-coordinate representation of color #181395: hue angle of 242.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181395 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 19 | 149 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.42 |
| HSL | 242.31º | 0.77% | 0.33% | - |
| HSV(B) | 242.31º | 0.87% | 0.58% | - |
| XYZ | 6.03 | 2.83 | 28.66 | - |
| YUV | 35.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 149 | 0.84 | 0.87 | 0 | 0.42 | 242.31 | 0.77 | 0.33 |
| Hex | 18 | 13 | 95 | 54 | 57 | 0 | 2A | F2 | 4D | 21 |
| Octal | 30 | 23 | 225 | 124 | 127 | 0 | 52 | 362 | 115 | 41 |
| Binary | 11000 | 10011 | 10010101 | 1010100 | 1010111 | 0 | 101010 | 11110010 | 1001101 | 100001 |
Color Harmonies of #181395
Complementary color
Monochromatic Colors of #181395
Black with #181395
Text Example
Text Example
White with #181395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181395; }
p { color: rgb(24,19,149); }
H1.HeaderClassName
{
color: #181395;
}
.AnyTagClassName
{
color: #181395;
}
</style>
background-color css
<style>
a { background-color: #181395; }
a { background-color: rgb(24,19,149); }
div.DivClassName
{
background-color: #181395;
}
.BgClassName
{
background-color: #181395;
}
</style>
border-color css
<style>
span { border-color: #181395; }
span { border-color: rgb(24,19,149); }
td.TdClassName
{
border-color: #181395;
}
.TagClassName
{
border-color: #181395;
}
</style>