Shades of Medium Blue #141BCF
Tints of Medium Blue #141BCF
RGB
CMYK
RGB Variations
Color information
#141BCF (or 0x141BCF) is known color: Medium Blue. HEX triplet: 14, 1B and CF. RGB value is (20,27,207). Sum of RGB (Red+Green+Blue) = 20+27+207=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #141BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BCF is #EBE430. Grayscale: #2C2C2C. Windows color (decimal): -15459377 or 13572884. OLE color: 13572884.
HSL color Cylindrical-coordinate representation of color #141BCF: hue angle of 237.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141BCF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 27 | 207 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.19 |
| HSL | 237.75º | 0.82% | 0.45% | - |
| HSV(B) | 237.75º | 0.9% | 0.81% | - |
| XYZ | 11.94 | 5.44 | 59.45 | - |
| YUV | 45.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 207 | 0.90 | 0.87 | 0 | 0.19 | 237.75 | 0.82 | 0.45 |
| Hex | 14 | 1B | CF | 5A | 57 | 0 | 13 | EE | 52 | 2D |
| Octal | 24 | 33 | 317 | 132 | 127 | 0 | 23 | 356 | 122 | 55 |
| Binary | 10100 | 11011 | 11001111 | 1011010 | 1010111 | 0 | 10011 | 11101110 | 1010010 | 101101 |
Color Harmonies of #141BCF
Complementary color
Monochromatic Colors of #141BCF
Black with #141BCF
Text Example
Text Example
White with #141BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BCF; }
p { color: rgb(20,27,207); }
H1.HeaderClassName
{
color: #141BCF;
}
.AnyTagClassName
{
color: #141BCF;
}
</style>
background-color css
<style>
a { background-color: #141BCF; }
a { background-color: rgb(20,27,207); }
div.DivClassName
{
background-color: #141BCF;
}
.BgClassName
{
background-color: #141BCF;
}
</style>
border-color css
<style>
span { border-color: #141BCF; }
span { border-color: rgb(20,27,207); }
td.TdClassName
{
border-color: #141BCF;
}
.TagClassName
{
border-color: #141BCF;
}
</style>