Shades of Ultramarine #121F8D
Tints of Ultramarine #121F8D
RGB
CMYK
RGB Variations
Color information
#121F8D (or 0x121F8D) is known color: Ultramarine. HEX triplet: 12, 1F and 8D. RGB value is (18,31,141). Sum of RGB (Red+Green+Blue) = 18+31+141=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #121F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F8D is #EDE072. Grayscale: #272727. Windows color (decimal): -15589491 or 9248530. OLE color: 9248530.
HSL color Cylindrical-coordinate representation of color #121F8D: hue angle of 233.66º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121F8D is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 31 | 141 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.45 |
| HSL | 233.66º | 0.77% | 0.31% | - |
| HSV(B) | 233.66º | 0.87% | 0.55% | - |
| XYZ | 5.55 | 3.03 | 25.49 | - |
| YUV | 39.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 141 | 0.87 | 0.78 | 0 | 0.45 | 233.66 | 0.77 | 0.31 |
| Hex | 12 | 1F | 8D | 57 | 4E | 0 | 2D | EA | 4D | 1F |
| Octal | 22 | 37 | 215 | 127 | 116 | 0 | 55 | 352 | 115 | 37 |
| Binary | 10010 | 11111 | 10001101 | 1010111 | 1001110 | 0 | 101101 | 11101010 | 1001101 | 11111 |
Color Harmonies of #121F8D
Complementary color
Monochromatic Colors of #121F8D
Black with #121F8D
Text Example
Text Example
White with #121F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F8D; }
p { color: rgb(18,31,141); }
H1.HeaderClassName
{
color: #121F8D;
}
.AnyTagClassName
{
color: #121F8D;
}
</style>
background-color css
<style>
a { background-color: #121F8D; }
a { background-color: rgb(18,31,141); }
div.DivClassName
{
background-color: #121F8D;
}
.BgClassName
{
background-color: #121F8D;
}
</style>
border-color css
<style>
span { border-color: #121F8D; }
span { border-color: rgb(18,31,141); }
td.TdClassName
{
border-color: #121F8D;
}
.TagClassName
{
border-color: #121F8D;
}
</style>