Shades of Ultramarine #181496
Tints of Ultramarine #181496
RGB
CMYK
RGB Variations
Color information
#181496 (or 0x181496) is known color: Ultramarine. HEX triplet: 18, 14 and 96. RGB value is (24,20,150). Sum of RGB (Red+Green+Blue) = 24+20+150=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #181496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181496 is #E7EB69. Grayscale: #232323. Windows color (decimal): -15199082 or 9835544. OLE color: 9835544.
HSL color Cylindrical-coordinate representation of color #181496: hue angle of 241.85º degrees, saturation: 0.76, 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 #181496 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 20 | 150 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.41 |
| HSL | 241.85º | 0.76% | 0.33% | - |
| HSV(B) | 241.85º | 0.87% | 0.59% | - |
| XYZ | 6.13 | 2.9 | 29.09 | - |
| YUV | 36.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 150 | 0.84 | 0.87 | 0 | 0.41 | 241.85 | 0.76 | 0.33 |
| Hex | 18 | 14 | 96 | 54 | 57 | 0 | 29 | F2 | 4C | 21 |
| Octal | 30 | 24 | 226 | 124 | 127 | 0 | 51 | 362 | 114 | 41 |
| Binary | 11000 | 10100 | 10010110 | 1010100 | 1010111 | 0 | 101001 | 11110010 | 1001100 | 100001 |
Color Harmonies of #181496
Complementary color
Monochromatic Colors of #181496
Black with #181496
Text Example
Text Example
White with #181496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181496; }
p { color: rgb(24,20,150); }
H1.HeaderClassName
{
color: #181496;
}
.AnyTagClassName
{
color: #181496;
}
</style>
background-color css
<style>
a { background-color: #181496; }
a { background-color: rgb(24,20,150); }
div.DivClassName
{
background-color: #181496;
}
.BgClassName
{
background-color: #181496;
}
</style>
border-color css
<style>
span { border-color: #181496; }
span { border-color: rgb(24,20,150); }
td.TdClassName
{
border-color: #181496;
}
.TagClassName
{
border-color: #181496;
}
</style>