Shades of Ultramarine #121C93
Tints of Ultramarine #121C93
RGB
CMYK
RGB Variations
Color information
#121C93 (or 0x121C93) is known color: Ultramarine. HEX triplet: 12, 1C and 93. RGB value is (18,28,147). Sum of RGB (Red+Green+Blue) = 18+28+147=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #121C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C93 is #EDE36C. Grayscale: #262626. Windows color (decimal): -15590253 or 9640978. OLE color: 9640978.
HSL color Cylindrical-coordinate representation of color #121C93: hue angle of 235.35º 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 #121C93 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 28 | 147 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.42 |
| HSL | 235.35º | 0.78% | 0.32% | - |
| HSV(B) | 235.35º | 0.88% | 0.58% | - |
| XYZ | 5.93 | 3.07 | 27.88 | - |
| YUV | 38.58 | 189.19 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 147 | 0.88 | 0.81 | 0 | 0.42 | 235.35 | 0.78 | 0.32 |
| Hex | 12 | 1C | 93 | 58 | 51 | 0 | 2A | EB | 4E | 20 |
| Octal | 22 | 34 | 223 | 130 | 121 | 0 | 52 | 353 | 116 | 40 |
| Binary | 10010 | 11100 | 10010011 | 1011000 | 1010001 | 0 | 101010 | 11101011 | 1001110 | 100000 |
Color Harmonies of #121C93
Complementary color
Monochromatic Colors of #121C93
Black with #121C93
Text Example
Text Example
White with #121C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C93; }
p { color: rgb(18,28,147); }
H1.HeaderClassName
{
color: #121C93;
}
.AnyTagClassName
{
color: #121C93;
}
</style>
background-color css
<style>
a { background-color: #121C93; }
a { background-color: rgb(18,28,147); }
div.DivClassName
{
background-color: #121C93;
}
.BgClassName
{
background-color: #121C93;
}
</style>
border-color css
<style>
span { border-color: #121C93; }
span { border-color: rgb(18,28,147); }
td.TdClassName
{
border-color: #121C93;
}
.TagClassName
{
border-color: #121C93;
}
</style>