Shades of Medium Blue #121BDA
Tints of Medium Blue #121BDA
RGB
CMYK
RGB Variations
Color information
#121BDA (or 0x121BDA) is known color: Medium Blue. HEX triplet: 12, 1B and DA. RGB value is (18,27,218). Sum of RGB (Red+Green+Blue) = 18+27+218=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #121BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDA is #EDE425. Grayscale: #2D2D2D. Windows color (decimal): -15590438 or 14293778. OLE color: 14293778.
HSL color Cylindrical-coordinate representation of color #121BDA: hue angle of 237.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BDA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 27 | 218 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 237.3º | 0.85% | 0.46% | - |
| HSV(B) | 237.3º | 0.92% | 0.85% | - |
| XYZ | 13.3 | 5.97 | 66.78 | - |
| YUV | 46.08 | 225.02 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 218 | 0.92 | 0.88 | 0 | 0.15 | 237.3 | 0.85 | 0.46 |
| Hex | 12 | 1B | DA | 5C | 58 | 0 | F | ED | 55 | 2E |
| Octal | 22 | 33 | 332 | 134 | 130 | 0 | 17 | 355 | 125 | 56 |
| Binary | 10010 | 11011 | 11011010 | 1011100 | 1011000 | 0 | 1111 | 11101101 | 1010101 | 101110 |
Color Harmonies of #121BDA
Complementary color
Monochromatic Colors of #121BDA
Black with #121BDA
Text Example
Text Example
White with #121BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BDA; }
p { color: rgb(18,27,218); }
H1.HeaderClassName
{
color: #121BDA;
}
.AnyTagClassName
{
color: #121BDA;
}
</style>
background-color css
<style>
a { background-color: #121BDA; }
a { background-color: rgb(18,27,218); }
div.DivClassName
{
background-color: #121BDA;
}
.BgClassName
{
background-color: #121BDA;
}
</style>
border-color css
<style>
span { border-color: #121BDA; }
span { border-color: rgb(18,27,218); }
td.TdClassName
{
border-color: #121BDA;
}
.TagClassName
{
border-color: #121BDA;
}
</style>