Shades of Medium Blue #141CCE
Tints of Medium Blue #141CCE
RGB
CMYK
RGB Variations
Color information
#141CCE (or 0x141CCE) is known color: Medium Blue. HEX triplet: 14, 1C and CE. RGB value is (20,28,206). Sum of RGB (Red+Green+Blue) = 20+28+206=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #141CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CCE is #EBE331. Grayscale: #2D2D2D. Windows color (decimal): -15459122 or 13507604. OLE color: 13507604.
HSL color Cylindrical-coordinate representation of color #141CCE: hue angle of 237.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141CCE is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 28 | 206 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.19 |
| HSL | 237.42º | 0.82% | 0.44% | - |
| HSV(B) | 237.42º | 0.9% | 0.81% | - |
| XYZ | 11.84 | 5.44 | 58.82 | - |
| YUV | 45.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 206 | 0.90 | 0.86 | 0 | 0.19 | 237.42 | 0.82 | 0.44 |
| Hex | 14 | 1C | CE | 5A | 56 | 0 | 13 | ED | 52 | 2C |
| Octal | 24 | 34 | 316 | 132 | 126 | 0 | 23 | 355 | 122 | 54 |
| Binary | 10100 | 11100 | 11001110 | 1011010 | 1010110 | 0 | 10011 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141CCE
Complementary color
Monochromatic Colors of #141CCE
Black with #141CCE
Text Example
Text Example
White with #141CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CCE; }
p { color: rgb(20,28,206); }
H1.HeaderClassName
{
color: #141CCE;
}
.AnyTagClassName
{
color: #141CCE;
}
</style>
background-color css
<style>
a { background-color: #141CCE; }
a { background-color: rgb(20,28,206); }
div.DivClassName
{
background-color: #141CCE;
}
.BgClassName
{
background-color: #141CCE;
}
</style>
border-color css
<style>
span { border-color: #141CCE; }
span { border-color: rgb(20,28,206); }
td.TdClassName
{
border-color: #141CCE;
}
.TagClassName
{
border-color: #141CCE;
}
</style>