Shades of Ultramarine #181995
Tints of Ultramarine #181995
RGB
CMYK
RGB Variations
Color information
#181995 (or 0x181995) is known color: Ultramarine. HEX triplet: 18, 19 and 95. RGB value is (24,25,149). Sum of RGB (Red+Green+Blue) = 24+25+149=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #181995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181995 is #E7E66A. Grayscale: #262626. Windows color (decimal): -15197803 or 9771288. OLE color: 9771288.
HSL color Cylindrical-coordinate representation of color #181995: hue angle of 239.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181995 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 25 | 149 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.42 |
| HSL | 239.52º | 0.72% | 0.34% | - |
| HSV(B) | 239.52º | 0.84% | 0.58% | - |
| XYZ | 6.15 | 3.06 | 28.7 | - |
| YUV | 38.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 149 | 0.84 | 0.83 | 0 | 0.42 | 239.52 | 0.72 | 0.34 |
| Hex | 18 | 19 | 95 | 54 | 53 | 0 | 2A | F0 | 48 | 22 |
| Octal | 30 | 31 | 225 | 124 | 123 | 0 | 52 | 360 | 110 | 42 |
| Binary | 11000 | 11001 | 10010101 | 1010100 | 1010011 | 0 | 101010 | 11110000 | 1001000 | 100010 |
Color Harmonies of #181995
Complementary color
Monochromatic Colors of #181995
Black with #181995
Text Example
Text Example
White with #181995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181995; }
p { color: rgb(24,25,149); }
H1.HeaderClassName
{
color: #181995;
}
.AnyTagClassName
{
color: #181995;
}
</style>
background-color css
<style>
a { background-color: #181995; }
a { background-color: rgb(24,25,149); }
div.DivClassName
{
background-color: #181995;
}
.BgClassName
{
background-color: #181995;
}
</style>
border-color css
<style>
span { border-color: #181995; }
span { border-color: rgb(24,25,149); }
td.TdClassName
{
border-color: #181995;
}
.TagClassName
{
border-color: #181995;
}
</style>