Shades of Medium Blue #121BCF
Tints of Medium Blue #121BCF
RGB
CMYK
RGB Variations
Color information
#121BCF (or 0x121BCF) is known color: Medium Blue. HEX triplet: 12, 1B and CF. RGB value is (18,27,207). Sum of RGB (Red+Green+Blue) = 18+27+207=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #121BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BCF is #EDE430. Grayscale: #2C2C2C. Windows color (decimal): -15590449 or 13572882. OLE color: 13572882.
HSL color Cylindrical-coordinate representation of color #121BCF: hue angle of 237.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121BCF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 27 | 207 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.19 |
| HSL | 237.14º | 0.84% | 0.44% | - |
| HSV(B) | 237.14º | 0.91% | 0.81% | - |
| XYZ | 11.9 | 5.42 | 59.45 | - |
| YUV | 44.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 207 | 0.91 | 0.87 | 0 | 0.19 | 237.14 | 0.84 | 0.44 |
| Hex | 12 | 1B | CF | 5B | 57 | 0 | 13 | ED | 54 | 2C |
| Octal | 22 | 33 | 317 | 133 | 127 | 0 | 23 | 355 | 124 | 54 |
| Binary | 10010 | 11011 | 11001111 | 1011011 | 1010111 | 0 | 10011 | 11101101 | 1010100 | 101100 |
Color Harmonies of #121BCF
Complementary color
Monochromatic Colors of #121BCF
Black with #121BCF
Text Example
Text Example
White with #121BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BCF; }
p { color: rgb(18,27,207); }
H1.HeaderClassName
{
color: #121BCF;
}
.AnyTagClassName
{
color: #121BCF;
}
</style>
background-color css
<style>
a { background-color: #121BCF; }
a { background-color: rgb(18,27,207); }
div.DivClassName
{
background-color: #121BCF;
}
.BgClassName
{
background-color: #121BCF;
}
</style>
border-color css
<style>
span { border-color: #121BCF; }
span { border-color: rgb(18,27,207); }
td.TdClassName
{
border-color: #121BCF;
}
.TagClassName
{
border-color: #121BCF;
}
</style>