Shades of Ultramarine #181396
Tints of Ultramarine #181396
RGB
CMYK
RGB Variations
Color information
#181396 (or 0x181396) is known color: Ultramarine. HEX triplet: 18, 13 and 96. RGB value is (24,19,150). Sum of RGB (Red+Green+Blue) = 24+19+150=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #181396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181396 is #E7EC69. Grayscale: #222222. Windows color (decimal): -15199338 or 9835288. OLE color: 9835288.
HSL color Cylindrical-coordinate representation of color #181396: hue angle of 242.29º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181396 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 19 | 150 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.41 |
| HSL | 242.29º | 0.78% | 0.33% | - |
| HSV(B) | 242.29º | 0.87% | 0.59% | - |
| XYZ | 6.11 | 2.86 | 29.08 | - |
| YUV | 35.43 | 192.66 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 150 | 0.84 | 0.87 | 0 | 0.41 | 242.29 | 0.78 | 0.33 |
| Hex | 18 | 13 | 96 | 54 | 57 | 0 | 29 | F2 | 4E | 21 |
| Octal | 30 | 23 | 226 | 124 | 127 | 0 | 51 | 362 | 116 | 41 |
| Binary | 11000 | 10011 | 10010110 | 1010100 | 1010111 | 0 | 101001 | 11110010 | 1001110 | 100001 |
Color Harmonies of #181396
Complementary color
Monochromatic Colors of #181396
Black with #181396
Text Example
Text Example
White with #181396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181396; }
p { color: rgb(24,19,150); }
H1.HeaderClassName
{
color: #181396;
}
.AnyTagClassName
{
color: #181396;
}
</style>
background-color css
<style>
a { background-color: #181396; }
a { background-color: rgb(24,19,150); }
div.DivClassName
{
background-color: #181396;
}
.BgClassName
{
background-color: #181396;
}
</style>
border-color css
<style>
span { border-color: #181396; }
span { border-color: rgb(24,19,150); }
td.TdClassName
{
border-color: #181396;
}
.TagClassName
{
border-color: #181396;
}
</style>