Shades of Ultramarine #121BA1
Tints of Ultramarine #121BA1
RGB
CMYK
RGB Variations
Color information
#121BA1 (or 0x121BA1) is known color: Ultramarine. HEX triplet: 12, 1B and A1. RGB value is (18,27,161). Sum of RGB (Red+Green+Blue) = 18+27+161=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #121BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BA1 is #EDE45E. Grayscale: #272727. Windows color (decimal): -15590495 or 10558226. OLE color: 10558226.
HSL color Cylindrical-coordinate representation of color #121BA1: hue angle of 236.22º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121BA1 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 27 | 161 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.37 |
| HSL | 236.22º | 0.8% | 0.35% | - |
| HSV(B) | 236.22º | 0.89% | 0.63% | - |
| XYZ | 7.07 | 3.49 | 34.02 | - |
| YUV | 39.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 161 | 0.89 | 0.83 | 0 | 0.37 | 236.22 | 0.8 | 0.35 |
| Hex | 12 | 1B | A1 | 59 | 53 | 0 | 25 | EC | 50 | 23 |
| Octal | 22 | 33 | 241 | 131 | 123 | 0 | 45 | 354 | 120 | 43 |
| Binary | 10010 | 11011 | 10100001 | 1011001 | 1010011 | 0 | 100101 | 11101100 | 1010000 | 100011 |
Color Harmonies of #121BA1
Complementary color
Monochromatic Colors of #121BA1
Black with #121BA1
Text Example
Text Example
White with #121BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BA1; }
p { color: rgb(18,27,161); }
H1.HeaderClassName
{
color: #121BA1;
}
.AnyTagClassName
{
color: #121BA1;
}
</style>
background-color css
<style>
a { background-color: #121BA1; }
a { background-color: rgb(18,27,161); }
div.DivClassName
{
background-color: #121BA1;
}
.BgClassName
{
background-color: #121BA1;
}
</style>
border-color css
<style>
span { border-color: #121BA1; }
span { border-color: rgb(18,27,161); }
td.TdClassName
{
border-color: #121BA1;
}
.TagClassName
{
border-color: #121BA1;
}
</style>