Shades of Medium Blue #121BE1
Tints of Medium Blue #121BE1
RGB
CMYK
RGB Variations
Color information
#121BE1 (or 0x121BE1) is known color: Medium Blue. HEX triplet: 12, 1B and E1. RGB value is (18,27,225). Sum of RGB (Red+Green+Blue) = 18+27+225=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 225 (88.28% from 255 or 83.33% from 270); Max value from RGB is 225 - color contains mainly: blue. Hex color #121BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BE1 is #EDE41E. Grayscale: #2E2E2E. Windows color (decimal): -15590431 or 14752530. OLE color: 14752530.
HSL color Cylindrical-coordinate representation of color #121BE1: hue angle of 237.39º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BE1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 27 | 225 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.12 |
| HSL | 237.39º | 0.85% | 0.48% | - |
| HSV(B) | 237.39º | 0.92% | 0.88% | - |
| XYZ | 14.23 | 6.35 | 71.71 | - |
| YUV | 46.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 225 | 0.92 | 0.88 | 0 | 0.12 | 237.39 | 0.85 | 0.48 |
| Hex | 12 | 1B | E1 | 5C | 58 | 0 | C | ED | 55 | 30 |
| Octal | 22 | 33 | 341 | 134 | 130 | 0 | 14 | 355 | 125 | 60 |
| Binary | 10010 | 11011 | 11100001 | 1011100 | 1011000 | 0 | 1100 | 11101101 | 1010101 | 110000 |
Color Harmonies of #121BE1
Complementary color
Monochromatic Colors of #121BE1
Black with #121BE1
Text Example
Text Example
White with #121BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BE1; }
p { color: rgb(18,27,225); }
H1.HeaderClassName
{
color: #121BE1;
}
.AnyTagClassName
{
color: #121BE1;
}
</style>
background-color css
<style>
a { background-color: #121BE1; }
a { background-color: rgb(18,27,225); }
div.DivClassName
{
background-color: #121BE1;
}
.BgClassName
{
background-color: #121BE1;
}
</style>
border-color css
<style>
span { border-color: #121BE1; }
span { border-color: rgb(18,27,225); }
td.TdClassName
{
border-color: #121BE1;
}
.TagClassName
{
border-color: #121BE1;
}
</style>