Shades of Ultramarine #121994
Tints of Ultramarine #121994
RGB
CMYK
RGB Variations
Color information
#121994 (or 0x121994) is known color: Ultramarine. HEX triplet: 12, 19 and 94. RGB value is (18,25,148). Sum of RGB (Red+Green+Blue) = 18+25+148=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #121994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121994 is #EDE66B. Grayscale: #242424. Windows color (decimal): -15591020 or 9705746. OLE color: 9705746.
HSL color Cylindrical-coordinate representation of color #121994: hue angle of 236.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121994 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 25 | 148 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.42 |
| HSL | 236.77º | 0.78% | 0.33% | - |
| HSV(B) | 236.77º | 0.88% | 0.58% | - |
| XYZ | 5.94 | 2.96 | 28.28 | - |
| YUV | 36.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 148 | 0.88 | 0.83 | 0 | 0.42 | 236.77 | 0.78 | 0.33 |
| Hex | 12 | 19 | 94 | 58 | 53 | 0 | 2A | ED | 4E | 21 |
| Octal | 22 | 31 | 224 | 130 | 123 | 0 | 52 | 355 | 116 | 41 |
| Binary | 10010 | 11001 | 10010100 | 1011000 | 1010011 | 0 | 101010 | 11101101 | 1001110 | 100001 |
Color Harmonies of #121994
Complementary color
Monochromatic Colors of #121994
Black with #121994
Text Example
Text Example
White with #121994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121994; }
p { color: rgb(18,25,148); }
H1.HeaderClassName
{
color: #121994;
}
.AnyTagClassName
{
color: #121994;
}
</style>
background-color css
<style>
a { background-color: #121994; }
a { background-color: rgb(18,25,148); }
div.DivClassName
{
background-color: #121994;
}
.BgClassName
{
background-color: #121994;
}
</style>
border-color css
<style>
span { border-color: #121994; }
span { border-color: rgb(18,25,148); }
td.TdClassName
{
border-color: #121994;
}
.TagClassName
{
border-color: #121994;
}
</style>