Shades of Ultramarine #121D94
Tints of Ultramarine #121D94
RGB
CMYK
RGB Variations
Color information
#121D94 (or 0x121D94) is known color: Ultramarine. HEX triplet: 12, 1D and 94. RGB value is (18,29,148). Sum of RGB (Red+Green+Blue) = 18+29+148=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #121D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D94 is #EDE26B. Grayscale: #262626. Windows color (decimal): -15589996 or 9706770. OLE color: 9706770.
HSL color Cylindrical-coordinate representation of color #121D94: hue angle of 234.92º 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 #121D94 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 29 | 148 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.42 |
| HSL | 234.92º | 0.78% | 0.33% | - |
| HSV(B) | 234.92º | 0.88% | 0.58% | - |
| XYZ | 6.03 | 3.15 | 28.31 | - |
| YUV | 39.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 148 | 0.88 | 0.80 | 0 | 0.42 | 234.92 | 0.78 | 0.33 |
| Hex | 12 | 1D | 94 | 58 | 50 | 0 | 2A | EB | 4E | 21 |
| Octal | 22 | 35 | 224 | 130 | 120 | 0 | 52 | 353 | 116 | 41 |
| Binary | 10010 | 11101 | 10010100 | 1011000 | 1010000 | 0 | 101010 | 11101011 | 1001110 | 100001 |
Color Harmonies of #121D94
Complementary color
Monochromatic Colors of #121D94
Black with #121D94
Text Example
Text Example
White with #121D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D94; }
p { color: rgb(18,29,148); }
H1.HeaderClassName
{
color: #121D94;
}
.AnyTagClassName
{
color: #121D94;
}
</style>
background-color css
<style>
a { background-color: #121D94; }
a { background-color: rgb(18,29,148); }
div.DivClassName
{
background-color: #121D94;
}
.BgClassName
{
background-color: #121D94;
}
</style>
border-color css
<style>
span { border-color: #121D94; }
span { border-color: rgb(18,29,148); }
td.TdClassName
{
border-color: #121D94;
}
.TagClassName
{
border-color: #121D94;
}
</style>