Shades of Ultramarine #121E87
Tints of Ultramarine #121E87
RGB
CMYK
RGB Variations
Color information
#121E87 (or 0x121E87) is known color: Ultramarine. HEX triplet: 12, 1E and 87. RGB value is (18,30,135). Sum of RGB (Red+Green+Blue) = 18+30+135=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #121E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E87 is #EDE178. Grayscale: #252525. Windows color (decimal): -15589753 or 8855058. OLE color: 8855058.
HSL color Cylindrical-coordinate representation of color #121E87: hue angle of 233.85º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121E87 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 30 | 135 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.47 |
| HSL | 233.85º | 0.76% | 0.3% | - |
| HSV(B) | 233.85º | 0.87% | 0.53% | - |
| XYZ | 5.09 | 2.81 | 23.2 | - |
| YUV | 38.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 135 | 0.87 | 0.78 | 0 | 0.47 | 233.85 | 0.76 | 0.3 |
| Hex | 12 | 1E | 87 | 57 | 4E | 0 | 2F | EA | 4C | 1E |
| Octal | 22 | 36 | 207 | 127 | 116 | 0 | 57 | 352 | 114 | 36 |
| Binary | 10010 | 11110 | 10000111 | 1010111 | 1001110 | 0 | 101111 | 11101010 | 1001100 | 11110 |
Color Harmonies of #121E87
Complementary color
Monochromatic Colors of #121E87
Black with #121E87
Text Example
Text Example
White with #121E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E87; }
p { color: rgb(18,30,135); }
H1.HeaderClassName
{
color: #121E87;
}
.AnyTagClassName
{
color: #121E87;
}
</style>
background-color css
<style>
a { background-color: #121E87; }
a { background-color: rgb(18,30,135); }
div.DivClassName
{
background-color: #121E87;
}
.BgClassName
{
background-color: #121E87;
}
</style>
border-color css
<style>
span { border-color: #121E87; }
span { border-color: rgb(18,30,135); }
td.TdClassName
{
border-color: #121E87;
}
.TagClassName
{
border-color: #121E87;
}
</style>