Shades of Medium Blue #141BD4
Tints of Medium Blue #141BD4
RGB
CMYK
RGB Variations
Color information
#141BD4 (or 0x141BD4) is known color: Medium Blue. HEX triplet: 14, 1B and D4. RGB value is (20,27,212). Sum of RGB (Red+Green+Blue) = 20+27+212=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 212 (83.20% from 255 or 81.85% from 259); Max value from RGB is 212 - color contains mainly: blue. Hex color #141BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BD4 is #EBE42B. Grayscale: #2D2D2D. Windows color (decimal): -15459372 or 13900564. OLE color: 13900564.
HSL color Cylindrical-coordinate representation of color #141BD4: hue angle of 237.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BD4 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 27 | 212 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.17 |
| HSL | 237.81º | 0.83% | 0.45% | - |
| HSV(B) | 237.81º | 0.91% | 0.83% | - |
| XYZ | 12.56 | 5.69 | 62.72 | - |
| YUV | 46 | 221.68 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 212 | 0.91 | 0.87 | 0 | 0.17 | 237.81 | 0.83 | 0.45 |
| Hex | 14 | 1B | D4 | 5B | 57 | 0 | 11 | EE | 53 | 2D |
| Octal | 24 | 33 | 324 | 133 | 127 | 0 | 21 | 356 | 123 | 55 |
| Binary | 10100 | 11011 | 11010100 | 1011011 | 1010111 | 0 | 10001 | 11101110 | 1010011 | 101101 |
Color Harmonies of #141BD4
Complementary color
Monochromatic Colors of #141BD4
Black with #141BD4
Text Example
Text Example
White with #141BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BD4; }
p { color: rgb(20,27,212); }
H1.HeaderClassName
{
color: #141BD4;
}
.AnyTagClassName
{
color: #141BD4;
}
</style>
background-color css
<style>
a { background-color: #141BD4; }
a { background-color: rgb(20,27,212); }
div.DivClassName
{
background-color: #141BD4;
}
.BgClassName
{
background-color: #141BD4;
}
</style>
border-color css
<style>
span { border-color: #141BD4; }
span { border-color: rgb(20,27,212); }
td.TdClassName
{
border-color: #141BD4;
}
.TagClassName
{
border-color: #141BD4;
}
</style>