Shades of Medium Blue #141BCD
Tints of Medium Blue #141BCD
RGB
CMYK
RGB Variations
Color information
#141BCD (or 0x141BCD) is known color: Medium Blue. HEX triplet: 14, 1B and CD. RGB value is (20,27,205). Sum of RGB (Red+Green+Blue) = 20+27+205=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #141BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BCD is #EBE432. Grayscale: #2C2C2C. Windows color (decimal): -15459379 or 13441812. OLE color: 13441812.
HSL color Cylindrical-coordinate representation of color #141BCD: hue angle of 237.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141BCD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 27 | 205 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.20 |
| HSL | 237.73º | 0.82% | 0.44% | - |
| HSV(B) | 237.73º | 0.9% | 0.8% | - |
| XYZ | 11.7 | 5.34 | 58.17 | - |
| YUV | 45.2 | 218.18 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 205 | 0.90 | 0.87 | 0 | 0.20 | 237.73 | 0.82 | 0.44 |
| Hex | 14 | 1B | CD | 5A | 57 | 0 | 14 | EE | 52 | 2C |
| Octal | 24 | 33 | 315 | 132 | 127 | 0 | 24 | 356 | 122 | 54 |
| Binary | 10100 | 11011 | 11001101 | 1011010 | 1010111 | 0 | 10100 | 11101110 | 1010010 | 101100 |
Color Harmonies of #141BCD
Complementary color
Monochromatic Colors of #141BCD
Black with #141BCD
Text Example
Text Example
White with #141BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BCD; }
p { color: rgb(20,27,205); }
H1.HeaderClassName
{
color: #141BCD;
}
.AnyTagClassName
{
color: #141BCD;
}
</style>
background-color css
<style>
a { background-color: #141BCD; }
a { background-color: rgb(20,27,205); }
div.DivClassName
{
background-color: #141BCD;
}
.BgClassName
{
background-color: #141BCD;
}
</style>
border-color css
<style>
span { border-color: #141BCD; }
span { border-color: rgb(20,27,205); }
td.TdClassName
{
border-color: #141BCD;
}
.TagClassName
{
border-color: #141BCD;
}
</style>