Shades of Ultramarine #121C97
Tints of Ultramarine #121C97
RGB
CMYK
RGB Variations
Color information
#121C97 (or 0x121C97) is known color: Ultramarine. HEX triplet: 12, 1C and 97. RGB value is (18,28,151). Sum of RGB (Red+Green+Blue) = 18+28+151=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #121C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C97 is #EDE368. Grayscale: #262626. Windows color (decimal): -15590249 or 9903122. OLE color: 9903122.
HSL color Cylindrical-coordinate representation of color #121C97: hue angle of 235.49º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121C97 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 28 | 151 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.41 |
| HSL | 235.49º | 0.79% | 0.33% | - |
| HSV(B) | 235.49º | 0.88% | 0.59% | - |
| XYZ | 6.25 | 3.19 | 29.57 | - |
| YUV | 39.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 151 | 0.88 | 0.81 | 0 | 0.41 | 235.49 | 0.79 | 0.33 |
| Hex | 12 | 1C | 97 | 58 | 51 | 0 | 29 | EB | 4F | 21 |
| Octal | 22 | 34 | 227 | 130 | 121 | 0 | 51 | 353 | 117 | 41 |
| Binary | 10010 | 11100 | 10010111 | 1011000 | 1010001 | 0 | 101001 | 11101011 | 1001111 | 100001 |
Color Harmonies of #121C97
Complementary color
Monochromatic Colors of #121C97
Black with #121C97
Text Example
Text Example
White with #121C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C97; }
p { color: rgb(18,28,151); }
H1.HeaderClassName
{
color: #121C97;
}
.AnyTagClassName
{
color: #121C97;
}
</style>
background-color css
<style>
a { background-color: #121C97; }
a { background-color: rgb(18,28,151); }
div.DivClassName
{
background-color: #121C97;
}
.BgClassName
{
background-color: #121C97;
}
</style>
border-color css
<style>
span { border-color: #121C97; }
span { border-color: rgb(18,28,151); }
td.TdClassName
{
border-color: #121C97;
}
.TagClassName
{
border-color: #121C97;
}
</style>