Shades of Ultramarine #121C89
Tints of Ultramarine #121C89
RGB
CMYK
RGB Variations
Color information
#121C89 (or 0x121C89) is known color: Ultramarine. HEX triplet: 12, 1C and 89. RGB value is (18,28,137). Sum of RGB (Red+Green+Blue) = 18+28+137=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #121C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C89 is #EDE376. Grayscale: #242424. Windows color (decimal): -15590263 or 8985618. OLE color: 8985618.
HSL color Cylindrical-coordinate representation of color #121C89: hue angle of 234.96º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121C89 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 28 | 137 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.46 |
| HSL | 234.96º | 0.77% | 0.3% | - |
| HSV(B) | 234.96º | 0.87% | 0.54% | - |
| XYZ | 5.18 | 2.77 | 23.93 | - |
| YUV | 37.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 137 | 0.87 | 0.80 | 0 | 0.46 | 234.96 | 0.77 | 0.3 |
| Hex | 12 | 1C | 89 | 57 | 50 | 0 | 2E | EB | 4D | 1E |
| Octal | 22 | 34 | 211 | 127 | 120 | 0 | 56 | 353 | 115 | 36 |
| Binary | 10010 | 11100 | 10001001 | 1010111 | 1010000 | 0 | 101110 | 11101011 | 1001101 | 11110 |
Color Harmonies of #121C89
Complementary color
Monochromatic Colors of #121C89
Black with #121C89
Text Example
Text Example
White with #121C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C89; }
p { color: rgb(18,28,137); }
H1.HeaderClassName
{
color: #121C89;
}
.AnyTagClassName
{
color: #121C89;
}
</style>
background-color css
<style>
a { background-color: #121C89; }
a { background-color: rgb(18,28,137); }
div.DivClassName
{
background-color: #121C89;
}
.BgClassName
{
background-color: #121C89;
}
</style>
border-color css
<style>
span { border-color: #121C89; }
span { border-color: rgb(18,28,137); }
td.TdClassName
{
border-color: #121C89;
}
.TagClassName
{
border-color: #121C89;
}
</style>