Shades of Medium Blue #141CE3
Tints of Medium Blue #141CE3
RGB
CMYK
RGB Variations
Color information
#141CE3 (or 0x141CE3) is known color: Medium Blue. HEX triplet: 14, 1C and E3. RGB value is (20,28,227). Sum of RGB (Red+Green+Blue) = 20+28+227=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 227 (89.06% from 255 or 82.55% from 275); Max value from RGB is 227 - color contains mainly: blue. Hex color #141CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CE3 is #EBE31C. Grayscale: #2F2F2F. Windows color (decimal): -15459101 or 14883860. OLE color: 14883860.
HSL color Cylindrical-coordinate representation of color #141CE3: hue angle of 237.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CE3 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 28 | 227 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.11 |
| HSL | 237.68º | 0.84% | 0.48% | - |
| HSV(B) | 237.68º | 0.91% | 0.89% | - |
| XYZ | 14.57 | 6.53 | 73.16 | - |
| YUV | 48.29 | 228.85 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 227 | 0.91 | 0.88 | 0 | 0.11 | 237.68 | 0.84 | 0.48 |
| Hex | 14 | 1C | E3 | 5B | 58 | 0 | B | EE | 54 | 30 |
| Octal | 24 | 34 | 343 | 133 | 130 | 0 | 13 | 356 | 124 | 60 |
| Binary | 10100 | 11100 | 11100011 | 1011011 | 1011000 | 0 | 1011 | 11101110 | 1010100 | 110000 |
Color Harmonies of #141CE3
Complementary color
Monochromatic Colors of #141CE3
Black with #141CE3
Text Example
Text Example
White with #141CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CE3; }
p { color: rgb(20,28,227); }
H1.HeaderClassName
{
color: #141CE3;
}
.AnyTagClassName
{
color: #141CE3;
}
</style>
background-color css
<style>
a { background-color: #141CE3; }
a { background-color: rgb(20,28,227); }
div.DivClassName
{
background-color: #141CE3;
}
.BgClassName
{
background-color: #141CE3;
}
</style>
border-color css
<style>
span { border-color: #141CE3; }
span { border-color: rgb(20,28,227); }
td.TdClassName
{
border-color: #141CE3;
}
.TagClassName
{
border-color: #141CE3;
}
</style>