Shades of Ultramarine #121799
Tints of Ultramarine #121799
RGB
CMYK
RGB Variations
Color information
#121799 (or 0x121799) is known color: Ultramarine. HEX triplet: 12, 17 and 99. RGB value is (18,23,153). Sum of RGB (Red+Green+Blue) = 18+23+153=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #121799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121799 is #EDE866. Grayscale: #232323. Windows color (decimal): -15591527 or 10032914. OLE color: 10032914.
HSL color Cylindrical-coordinate representation of color #121799: hue angle of 237.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121799 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 23 | 153 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.4 |
| HSL | 237.78º | 0.79% | 0.34% | - |
| HSV(B) | 237.78º | 0.88% | 0.6% | - |
| XYZ | 6.31 | 3.04 | 30.39 | - |
| YUV | 36.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 153 | 0.88 | 0.85 | 0 | 0.4 | 237.78 | 0.79 | 0.34 |
| Hex | 12 | 17 | 99 | 58 | 55 | 0 | 28 | EE | 4F | 22 |
| Octal | 22 | 27 | 231 | 130 | 125 | 0 | 50 | 356 | 117 | 42 |
| Binary | 10010 | 10111 | 10011001 | 1011000 | 1010101 | 0 | 101000 | 11101110 | 1001111 | 100010 |
Color Harmonies of #121799
Complementary color
Monochromatic Colors of #121799
Black with #121799
Text Example
Text Example
White with #121799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121799; }
p { color: rgb(18,23,153); }
H1.HeaderClassName
{
color: #121799;
}
.AnyTagClassName
{
color: #121799;
}
</style>
background-color css
<style>
a { background-color: #121799; }
a { background-color: rgb(18,23,153); }
div.DivClassName
{
background-color: #121799;
}
.BgClassName
{
background-color: #121799;
}
</style>
border-color css
<style>
span { border-color: #121799; }
span { border-color: rgb(18,23,153); }
td.TdClassName
{
border-color: #121799;
}
.TagClassName
{
border-color: #121799;
}
</style>