Shades of Ultramarine #121494
Tints of Ultramarine #121494
RGB
CMYK
RGB Variations
Color information
#121494 (or 0x121494) is known color: Ultramarine. HEX triplet: 12, 14 and 94. RGB value is (18,20,148). Sum of RGB (Red+Green+Blue) = 18+20+148=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #121494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121494 is #EDEB6B. Grayscale: #212121. Windows color (decimal): -15592300 or 9704466. OLE color: 9704466.
HSL color Cylindrical-coordinate representation of color #121494: hue angle of 239.08º 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 #121494 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 20 | 148 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.42 |
| HSL | 239.08º | 0.78% | 0.33% | - |
| HSV(B) | 239.08º | 0.88% | 0.58% | - |
| XYZ | 5.84 | 2.77 | 28.24 | - |
| YUV | 33.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 148 | 0.88 | 0.86 | 0 | 0.42 | 239.08 | 0.78 | 0.33 |
| Hex | 12 | 14 | 94 | 58 | 56 | 0 | 2A | EF | 4E | 21 |
| Octal | 22 | 24 | 224 | 130 | 126 | 0 | 52 | 357 | 116 | 41 |
| Binary | 10010 | 10100 | 10010100 | 1011000 | 1010110 | 0 | 101010 | 11101111 | 1001110 | 100001 |
Color Harmonies of #121494
Complementary color
Monochromatic Colors of #121494
Black with #121494
Text Example
Text Example
White with #121494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121494; }
p { color: rgb(18,20,148); }
H1.HeaderClassName
{
color: #121494;
}
.AnyTagClassName
{
color: #121494;
}
</style>
background-color css
<style>
a { background-color: #121494; }
a { background-color: rgb(18,20,148); }
div.DivClassName
{
background-color: #121494;
}
.BgClassName
{
background-color: #121494;
}
</style>
border-color css
<style>
span { border-color: #121494; }
span { border-color: rgb(18,20,148); }
td.TdClassName
{
border-color: #121494;
}
.TagClassName
{
border-color: #121494;
}
</style>