Shades of Ultramarine #121D96
Tints of Ultramarine #121D96
RGB
CMYK
RGB Variations
Color information
#121D96 (or 0x121D96) is known color: Ultramarine. HEX triplet: 12, 1D and 96. RGB value is (18,29,150). Sum of RGB (Red+Green+Blue) = 18+29+150=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #121D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D96 is #EDE269. Grayscale: #272727. Windows color (decimal): -15589994 or 9837842. OLE color: 9837842.
HSL color Cylindrical-coordinate representation of color #121D96: hue angle of 235º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121D96 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 29 | 150 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.41 |
| HSL | 235º | 0.79% | 0.33% | - |
| HSV(B) | 235º | 0.88% | 0.59% | - |
| XYZ | 6.19 | 3.21 | 29.15 | - |
| YUV | 39.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 150 | 0.88 | 0.81 | 0 | 0.41 | 235 | 0.79 | 0.33 |
| Hex | 12 | 1D | 96 | 58 | 51 | 0 | 29 | EB | 4F | 21 |
| Octal | 22 | 35 | 226 | 130 | 121 | 0 | 51 | 353 | 117 | 41 |
| Binary | 10010 | 11101 | 10010110 | 1011000 | 1010001 | 0 | 101001 | 11101011 | 1001111 | 100001 |
Color Harmonies of #121D96
Complementary color
Monochromatic Colors of #121D96
Black with #121D96
Text Example
Text Example
White with #121D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D96; }
p { color: rgb(18,29,150); }
H1.HeaderClassName
{
color: #121D96;
}
.AnyTagClassName
{
color: #121D96;
}
</style>
background-color css
<style>
a { background-color: #121D96; }
a { background-color: rgb(18,29,150); }
div.DivClassName
{
background-color: #121D96;
}
.BgClassName
{
background-color: #121D96;
}
</style>
border-color css
<style>
span { border-color: #121D96; }
span { border-color: rgb(18,29,150); }
td.TdClassName
{
border-color: #121D96;
}
.TagClassName
{
border-color: #121D96;
}
</style>