Shades of Blue #121BEC
Tints of Blue #121BEC
RGB
CMYK
RGB Variations
Color information
#121BEC (or 0x121BEC) is known color: Blue. HEX triplet: 12, 1B and EC. RGB value is (18,27,236). Sum of RGB (Red+Green+Blue) = 18+27+236=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #121BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BEC is #EDE413. Grayscale: #2F2F2F. Windows color (decimal): -15590420 or 15473426. OLE color: 15473426.
HSL color Cylindrical-coordinate representation of color #121BEC: hue angle of 237.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BEC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 27 | 236 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.07 |
| HSL | 237.52º | 0.86% | 0.5% | - |
| HSV(B) | 237.52º | 0.92% | 0.93% | - |
| XYZ | 15.78 | 6.97 | 79.87 | - |
| YUV | 48.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 236 | 0.92 | 0.89 | 0 | 0.07 | 237.52 | 0.86 | 0.5 |
| Hex | 12 | 1B | EC | 5C | 59 | 0 | 7 | EE | 56 | 32 |
| Octal | 22 | 33 | 354 | 134 | 131 | 0 | 7 | 356 | 126 | 62 |
| Binary | 10010 | 11011 | 11101100 | 1011100 | 1011001 | 0 | 111 | 11101110 | 1010110 | 110010 |
Color Harmonies of #121BEC
Complementary color
Monochromatic Colors of #121BEC
Black with #121BEC
Text Example
Text Example
White with #121BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BEC; }
p { color: rgb(18,27,236); }
H1.HeaderClassName
{
color: #121BEC;
}
.AnyTagClassName
{
color: #121BEC;
}
</style>
background-color css
<style>
a { background-color: #121BEC; }
a { background-color: rgb(18,27,236); }
div.DivClassName
{
background-color: #121BEC;
}
.BgClassName
{
background-color: #121BEC;
}
</style>
border-color css
<style>
span { border-color: #121BEC; }
span { border-color: rgb(18,27,236); }
td.TdClassName
{
border-color: #121BEC;
}
.TagClassName
{
border-color: #121BEC;
}
</style>