Shades of Medium Blue #121CC7
Tints of Medium Blue #121CC7
RGB
CMYK
RGB Variations
Color information
#121CC7 (or 0x121CC7) is known color: Medium Blue. HEX triplet: 12, 1C and C7. RGB value is (18,28,199). Sum of RGB (Red+Green+Blue) = 18+28+199=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 199 (78.12% from 255 or 81.22% from 245); Max value from RGB is 199 - color contains mainly: blue. Hex color #121CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CC7 is #EDE338. Grayscale: #2B2B2B. Windows color (decimal): -15590201 or 13048850. OLE color: 13048850.
HSL color Cylindrical-coordinate representation of color #121CC7: hue angle of 236.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121CC7 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 28 | 199 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.22 |
| HSL | 236.69º | 0.83% | 0.43% | - |
| HSV(B) | 236.69º | 0.91% | 0.78% | - |
| XYZ | 10.97 | 5.08 | 54.44 | - |
| YUV | 44.5 | 215.19 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 199 | 0.91 | 0.86 | 0 | 0.22 | 236.69 | 0.83 | 0.43 |
| Hex | 12 | 1C | C7 | 5B | 56 | 0 | 16 | ED | 53 | 2B |
| Octal | 22 | 34 | 307 | 133 | 126 | 0 | 26 | 355 | 123 | 53 |
| Binary | 10010 | 11100 | 11000111 | 1011011 | 1010110 | 0 | 10110 | 11101101 | 1010011 | 101011 |
Color Harmonies of #121CC7
Complementary color
Monochromatic Colors of #121CC7
Black with #121CC7
Text Example
Text Example
White with #121CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CC7; }
p { color: rgb(18,28,199); }
H1.HeaderClassName
{
color: #121CC7;
}
.AnyTagClassName
{
color: #121CC7;
}
</style>
background-color css
<style>
a { background-color: #121CC7; }
a { background-color: rgb(18,28,199); }
div.DivClassName
{
background-color: #121CC7;
}
.BgClassName
{
background-color: #121CC7;
}
</style>
border-color css
<style>
span { border-color: #121CC7; }
span { border-color: rgb(18,28,199); }
td.TdClassName
{
border-color: #121CC7;
}
.TagClassName
{
border-color: #121CC7;
}
</style>