Shades of Ultramarine #121D88
Tints of Ultramarine #121D88
RGB
CMYK
RGB Variations
Color information
#121D88 (or 0x121D88) is known color: Ultramarine. HEX triplet: 12, 1D and 88. RGB value is (18,29,136). Sum of RGB (Red+Green+Blue) = 18+29+136=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 136 (53.52% from 255 or 74.32% from 183); Max value from RGB is 136 - color contains mainly: blue. Hex color #121D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D88 is #EDE277. Grayscale: #252525. Windows color (decimal): -15590008 or 8920338. OLE color: 8920338.
HSL color Cylindrical-coordinate representation of color #121D88: hue angle of 234.41º degrees, saturation: 0.77, 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 #121D88 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 29 | 136 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.47 |
| HSL | 234.41º | 0.77% | 0.3% | - |
| HSV(B) | 234.41º | 0.87% | 0.53% | - |
| XYZ | 5.13 | 2.78 | 23.56 | - |
| YUV | 37.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 136 | 0.87 | 0.79 | 0 | 0.47 | 234.41 | 0.77 | 0.3 |
| Hex | 12 | 1D | 88 | 57 | 4F | 0 | 2F | EA | 4D | 1E |
| Octal | 22 | 35 | 210 | 127 | 117 | 0 | 57 | 352 | 115 | 36 |
| Binary | 10010 | 11101 | 10001000 | 1010111 | 1001111 | 0 | 101111 | 11101010 | 1001101 | 11110 |
Color Harmonies of #121D88
Complementary color
Monochromatic Colors of #121D88
Black with #121D88
Text Example
Text Example
White with #121D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D88; }
p { color: rgb(18,29,136); }
H1.HeaderClassName
{
color: #121D88;
}
.AnyTagClassName
{
color: #121D88;
}
</style>
background-color css
<style>
a { background-color: #121D88; }
a { background-color: rgb(18,29,136); }
div.DivClassName
{
background-color: #121D88;
}
.BgClassName
{
background-color: #121D88;
}
</style>
border-color css
<style>
span { border-color: #121D88; }
span { border-color: rgb(18,29,136); }
td.TdClassName
{
border-color: #121D88;
}
.TagClassName
{
border-color: #121D88;
}
</style>