Shades of Medium Blue #141DCC
Tints of Medium Blue #141DCC
RGB
CMYK
RGB Variations
Color information
#141DCC (or 0x141DCC) is known color: Medium Blue. HEX triplet: 14, 1D and CC. RGB value is (20,29,204). Sum of RGB (Red+Green+Blue) = 20+29+204=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #141DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DCC is #EBE233. Grayscale: #2D2D2D. Windows color (decimal): -15458868 or 13376788. OLE color: 13376788.
HSL color Cylindrical-coordinate representation of color #141DCC: hue angle of 237.07º 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 #141DCC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 29 | 204 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.2 |
| HSL | 237.07º | 0.82% | 0.44% | - |
| HSV(B) | 237.07º | 0.9% | 0.8% | - |
| XYZ | 11.63 | 5.39 | 57.55 | - |
| YUV | 46.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 204 | 0.90 | 0.86 | 0 | 0.2 | 237.07 | 0.82 | 0.44 |
| Hex | 14 | 1D | CC | 5A | 56 | 0 | 14 | ED | 52 | 2C |
| Octal | 24 | 35 | 314 | 132 | 126 | 0 | 24 | 355 | 122 | 54 |
| Binary | 10100 | 11101 | 11001100 | 1011010 | 1010110 | 0 | 10100 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141DCC
Complementary color
Monochromatic Colors of #141DCC
Black with #141DCC
Text Example
Text Example
White with #141DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DCC; }
p { color: rgb(20,29,204); }
H1.HeaderClassName
{
color: #141DCC;
}
.AnyTagClassName
{
color: #141DCC;
}
</style>
background-color css
<style>
a { background-color: #141DCC; }
a { background-color: rgb(20,29,204); }
div.DivClassName
{
background-color: #141DCC;
}
.BgClassName
{
background-color: #141DCC;
}
</style>
border-color css
<style>
span { border-color: #141DCC; }
span { border-color: rgb(20,29,204); }
td.TdClassName
{
border-color: #141DCC;
}
.TagClassName
{
border-color: #141DCC;
}
</style>