Shades of Medium Blue #121DCB
Tints of Medium Blue #121DCB
RGB
CMYK
RGB Variations
Color information
#121DCB (or 0x121DCB) is known color: Medium Blue. HEX triplet: 12, 1D and CB. RGB value is (18,29,203). Sum of RGB (Red+Green+Blue) = 18+29+203=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #121DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DCB is #EDE234. Grayscale: #2C2C2C. Windows color (decimal): -15589941 or 13311250. OLE color: 13311250.
HSL color Cylindrical-coordinate representation of color #121DCB: hue angle of 236.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121DCB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 29 | 203 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.20 |
| HSL | 236.43º | 0.84% | 0.43% | - |
| HSV(B) | 236.43º | 0.91% | 0.8% | - |
| XYZ | 11.47 | 5.32 | 56.92 | - |
| YUV | 45.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 203 | 0.91 | 0.86 | 0 | 0.20 | 236.43 | 0.84 | 0.43 |
| Hex | 12 | 1D | CB | 5B | 56 | 0 | 14 | EC | 54 | 2B |
| Octal | 22 | 35 | 313 | 133 | 126 | 0 | 24 | 354 | 124 | 53 |
| Binary | 10010 | 11101 | 11001011 | 1011011 | 1010110 | 0 | 10100 | 11101100 | 1010100 | 101011 |
Color Harmonies of #121DCB
Complementary color
Monochromatic Colors of #121DCB
Black with #121DCB
Text Example
Text Example
White with #121DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DCB; }
p { color: rgb(18,29,203); }
H1.HeaderClassName
{
color: #121DCB;
}
.AnyTagClassName
{
color: #121DCB;
}
</style>
background-color css
<style>
a { background-color: #121DCB; }
a { background-color: rgb(18,29,203); }
div.DivClassName
{
background-color: #121DCB;
}
.BgClassName
{
background-color: #121DCB;
}
</style>
border-color css
<style>
span { border-color: #121DCB; }
span { border-color: rgb(18,29,203); }
td.TdClassName
{
border-color: #121DCB;
}
.TagClassName
{
border-color: #121DCB;
}
</style>