Shades of Medium Blue #121BCC
Tints of Medium Blue #121BCC
RGB
CMYK
RGB Variations
Color information
#121BCC (or 0x121BCC) is known color: Medium Blue. HEX triplet: 12, 1B and CC. RGB value is (18,27,204). Sum of RGB (Red+Green+Blue) = 18+27+204=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #121BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BCC is #EDE433. Grayscale: #2B2B2B. Windows color (decimal): -15590452 or 13376274. OLE color: 13376274.
HSL color Cylindrical-coordinate representation of color #121BCC: hue angle of 237.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121BCC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 27 | 204 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.2 |
| HSL | 237.1º | 0.84% | 0.44% | - |
| HSV(B) | 237.1º | 0.91% | 0.8% | - |
| XYZ | 11.54 | 5.27 | 57.54 | - |
| YUV | 44.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 204 | 0.91 | 0.87 | 0 | 0.2 | 237.1 | 0.84 | 0.44 |
| Hex | 12 | 1B | CC | 5B | 57 | 0 | 14 | ED | 54 | 2C |
| Octal | 22 | 33 | 314 | 133 | 127 | 0 | 24 | 355 | 124 | 54 |
| Binary | 10010 | 11011 | 11001100 | 1011011 | 1010111 | 0 | 10100 | 11101101 | 1010100 | 101100 |
Color Harmonies of #121BCC
Complementary color
Monochromatic Colors of #121BCC
Black with #121BCC
Text Example
Text Example
White with #121BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BCC; }
p { color: rgb(18,27,204); }
H1.HeaderClassName
{
color: #121BCC;
}
.AnyTagClassName
{
color: #121BCC;
}
</style>
background-color css
<style>
a { background-color: #121BCC; }
a { background-color: rgb(18,27,204); }
div.DivClassName
{
background-color: #121BCC;
}
.BgClassName
{
background-color: #121BCC;
}
</style>
border-color css
<style>
span { border-color: #121BCC; }
span { border-color: rgb(18,27,204); }
td.TdClassName
{
border-color: #121BCC;
}
.TagClassName
{
border-color: #121BCC;
}
</style>