Shades of Ultramarine #121D9F
Tints of Ultramarine #121D9F
RGB
CMYK
RGB Variations
Color information
#121D9F (or 0x121D9F) is known color: Ultramarine. HEX triplet: 12, 1D and 9F. RGB value is (18,29,159). Sum of RGB (Red+Green+Blue) = 18+29+159=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #121D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D9F is #EDE260. Grayscale: #282828. Windows color (decimal): -15589985 or 10427666. OLE color: 10427666.
HSL color Cylindrical-coordinate representation of color #121D9F: hue angle of 235.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121D9F is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 29 | 159 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.38 |
| HSL | 235.32º | 0.8% | 0.35% | - |
| HSV(B) | 235.32º | 0.89% | 0.62% | - |
| XYZ | 6.95 | 3.51 | 33.11 | - |
| YUV | 40.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 159 | 0.89 | 0.82 | 0 | 0.38 | 235.32 | 0.8 | 0.35 |
| Hex | 12 | 1D | 9F | 59 | 52 | 0 | 26 | EB | 50 | 23 |
| Octal | 22 | 35 | 237 | 131 | 122 | 0 | 46 | 353 | 120 | 43 |
| Binary | 10010 | 11101 | 10011111 | 1011001 | 1010010 | 0 | 100110 | 11101011 | 1010000 | 100011 |
Color Harmonies of #121D9F
Complementary color
Monochromatic Colors of #121D9F
Black with #121D9F
Text Example
Text Example
White with #121D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D9F; }
p { color: rgb(18,29,159); }
H1.HeaderClassName
{
color: #121D9F;
}
.AnyTagClassName
{
color: #121D9F;
}
</style>
background-color css
<style>
a { background-color: #121D9F; }
a { background-color: rgb(18,29,159); }
div.DivClassName
{
background-color: #121D9F;
}
.BgClassName
{
background-color: #121D9F;
}
</style>
border-color css
<style>
span { border-color: #121D9F; }
span { border-color: rgb(18,29,159); }
td.TdClassName
{
border-color: #121D9F;
}
.TagClassName
{
border-color: #121D9F;
}
</style>