Shades of Ultramarine #121C94
Tints of Ultramarine #121C94
RGB
CMYK
RGB Variations
Color information
#121C94 (or 0x121C94) is known color: Ultramarine. HEX triplet: 12, 1C and 94. RGB value is (18,28,148). Sum of RGB (Red+Green+Blue) = 18+28+148=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #121C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C94 is #EDE36B. Grayscale: #262626. Windows color (decimal): -15590252 or 9706514. OLE color: 9706514.
HSL color Cylindrical-coordinate representation of color #121C94: hue angle of 235.38º 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 #121C94 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 28 | 148 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.42 |
| HSL | 235.38º | 0.78% | 0.33% | - |
| HSV(B) | 235.38º | 0.88% | 0.58% | - |
| XYZ | 6.01 | 3.1 | 28.3 | - |
| YUV | 38.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 148 | 0.88 | 0.81 | 0 | 0.42 | 235.38 | 0.78 | 0.33 |
| Hex | 12 | 1C | 94 | 58 | 51 | 0 | 2A | EB | 4E | 21 |
| Octal | 22 | 34 | 224 | 130 | 121 | 0 | 52 | 353 | 116 | 41 |
| Binary | 10010 | 11100 | 10010100 | 1011000 | 1010001 | 0 | 101010 | 11101011 | 1001110 | 100001 |
Color Harmonies of #121C94
Complementary color
Monochromatic Colors of #121C94
Black with #121C94
Text Example
Text Example
White with #121C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C94; }
p { color: rgb(18,28,148); }
H1.HeaderClassName
{
color: #121C94;
}
.AnyTagClassName
{
color: #121C94;
}
</style>
background-color css
<style>
a { background-color: #121C94; }
a { background-color: rgb(18,28,148); }
div.DivClassName
{
background-color: #121C94;
}
.BgClassName
{
background-color: #121C94;
}
</style>
border-color css
<style>
span { border-color: #121C94; }
span { border-color: rgb(18,28,148); }
td.TdClassName
{
border-color: #121C94;
}
.TagClassName
{
border-color: #121C94;
}
</style>