Shades of Ultramarine #121499
Tints of Ultramarine #121499
RGB
CMYK
RGB Variations
Color information
#121499 (or 0x121499) is known color: Ultramarine. HEX triplet: 12, 14 and 99. RGB value is (18,20,153). Sum of RGB (Red+Green+Blue) = 18+20+153=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #121499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121499 is #EDEB66. Grayscale: #222222. Windows color (decimal): -15592295 or 10032146. OLE color: 10032146.
HSL color Cylindrical-coordinate representation of color #121499: hue angle of 239.11º 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 #121499 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 20 | 153 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.4 |
| HSL | 239.11º | 0.79% | 0.34% | - |
| HSV(B) | 239.11º | 0.88% | 0.6% | - |
| XYZ | 6.25 | 2.93 | 30.37 | - |
| YUV | 34.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 153 | 0.88 | 0.87 | 0 | 0.4 | 239.11 | 0.79 | 0.34 |
| Hex | 12 | 14 | 99 | 58 | 57 | 0 | 28 | EF | 4F | 22 |
| Octal | 22 | 24 | 231 | 130 | 127 | 0 | 50 | 357 | 117 | 42 |
| Binary | 10010 | 10100 | 10011001 | 1011000 | 1010111 | 0 | 101000 | 11101111 | 1001111 | 100010 |
Color Harmonies of #121499
Complementary color
Monochromatic Colors of #121499
Black with #121499
Text Example
Text Example
White with #121499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121499; }
p { color: rgb(18,20,153); }
H1.HeaderClassName
{
color: #121499;
}
.AnyTagClassName
{
color: #121499;
}
</style>
background-color css
<style>
a { background-color: #121499; }
a { background-color: rgb(18,20,153); }
div.DivClassName
{
background-color: #121499;
}
.BgClassName
{
background-color: #121499;
}
</style>
border-color css
<style>
span { border-color: #121499; }
span { border-color: rgb(18,20,153); }
td.TdClassName
{
border-color: #121499;
}
.TagClassName
{
border-color: #121499;
}
</style>