Shades of Ultramarine #181495
Tints of Ultramarine #181495
RGB
CMYK
RGB Variations
Color information
#181495 (or 0x181495) is known color: Ultramarine. HEX triplet: 18, 14 and 95. RGB value is (24,20,149). Sum of RGB (Red+Green+Blue) = 24+20+149=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #181495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181495 is #E7EB6A. Grayscale: #232323. Windows color (decimal): -15199083 or 9770008. OLE color: 9770008.
HSL color Cylindrical-coordinate representation of color #181495: hue angle of 241.86º degrees, saturation: 0.76, 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 #181495 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 20 | 149 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.42 |
| HSL | 241.86º | 0.76% | 0.33% | - |
| HSV(B) | 241.86º | 0.87% | 0.58% | - |
| XYZ | 6.05 | 2.86 | 28.67 | - |
| YUV | 35.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 149 | 0.84 | 0.87 | 0 | 0.42 | 241.86 | 0.76 | 0.33 |
| Hex | 18 | 14 | 95 | 54 | 57 | 0 | 2A | F2 | 4C | 21 |
| Octal | 30 | 24 | 225 | 124 | 127 | 0 | 52 | 362 | 114 | 41 |
| Binary | 11000 | 10100 | 10010101 | 1010100 | 1010111 | 0 | 101010 | 11110010 | 1001100 | 100001 |
Color Harmonies of #181495
Complementary color
Monochromatic Colors of #181495
Black with #181495
Text Example
Text Example
White with #181495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181495; }
p { color: rgb(24,20,149); }
H1.HeaderClassName
{
color: #181495;
}
.AnyTagClassName
{
color: #181495;
}
</style>
background-color css
<style>
a { background-color: #181495; }
a { background-color: rgb(24,20,149); }
div.DivClassName
{
background-color: #181495;
}
.BgClassName
{
background-color: #181495;
}
</style>
border-color css
<style>
span { border-color: #181495; }
span { border-color: rgb(24,20,149); }
td.TdClassName
{
border-color: #181495;
}
.TagClassName
{
border-color: #181495;
}
</style>