Shades of Ultramarine #121493
Tints of Ultramarine #121493
RGB
CMYK
RGB Variations
Color information
#121493 (or 0x121493) is known color: Ultramarine. HEX triplet: 12, 14 and 93. RGB value is (18,20,147). Sum of RGB (Red+Green+Blue) = 18+20+147=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #121493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121493 is #EDEB6C. Grayscale: #212121. Windows color (decimal): -15592301 or 9638930. OLE color: 9638930.
HSL color Cylindrical-coordinate representation of color #121493: hue angle of 239.07º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121493 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 20 | 147 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.42 |
| HSL | 239.07º | 0.78% | 0.32% | - |
| HSV(B) | 239.07º | 0.88% | 0.58% | - |
| XYZ | 5.77 | 2.74 | 27.83 | - |
| YUV | 33.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 147 | 0.88 | 0.86 | 0 | 0.42 | 239.07 | 0.78 | 0.32 |
| Hex | 12 | 14 | 93 | 58 | 56 | 0 | 2A | EF | 4E | 20 |
| Octal | 22 | 24 | 223 | 130 | 126 | 0 | 52 | 357 | 116 | 40 |
| Binary | 10010 | 10100 | 10010011 | 1011000 | 1010110 | 0 | 101010 | 11101111 | 1001110 | 100000 |
Color Harmonies of #121493
Complementary color
Monochromatic Colors of #121493
Black with #121493
Text Example
Text Example
White with #121493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121493; }
p { color: rgb(18,20,147); }
H1.HeaderClassName
{
color: #121493;
}
.AnyTagClassName
{
color: #121493;
}
</style>
background-color css
<style>
a { background-color: #121493; }
a { background-color: rgb(18,20,147); }
div.DivClassName
{
background-color: #121493;
}
.BgClassName
{
background-color: #121493;
}
</style>
border-color css
<style>
span { border-color: #121493; }
span { border-color: rgb(18,20,147); }
td.TdClassName
{
border-color: #121493;
}
.TagClassName
{
border-color: #121493;
}
</style>