Shades of Medium Blue #141ACE
Tints of Medium Blue #141ACE
RGB
CMYK
RGB Variations
Color information
#141ACE (or 0x141ACE) is known color: Medium Blue. HEX triplet: 14, 1A and CE. RGB value is (20,26,206). Sum of RGB (Red+Green+Blue) = 20+26+206=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #141ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ACE is #EBE531. Grayscale: #2C2C2C. Windows color (decimal): -15459634 or 13507092. OLE color: 13507092.
HSL color Cylindrical-coordinate representation of color #141ACE: hue angle of 238.06º 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 #141ACE is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 26 | 206 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.19 |
| HSL | 238.06º | 0.82% | 0.44% | - |
| HSV(B) | 238.06º | 0.9% | 0.81% | - |
| XYZ | 11.8 | 5.34 | 58.8 | - |
| YUV | 44.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 206 | 0.90 | 0.87 | 0 | 0.19 | 238.06 | 0.82 | 0.44 |
| Hex | 14 | 1A | CE | 5A | 57 | 0 | 13 | EE | 52 | 2C |
| Octal | 24 | 32 | 316 | 132 | 127 | 0 | 23 | 356 | 122 | 54 |
| Binary | 10100 | 11010 | 11001110 | 1011010 | 1010111 | 0 | 10011 | 11101110 | 1010010 | 101100 |
Color Harmonies of #141ACE
Complementary color
Monochromatic Colors of #141ACE
Black with #141ACE
Text Example
Text Example
White with #141ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ACE; }
p { color: rgb(20,26,206); }
H1.HeaderClassName
{
color: #141ACE;
}
.AnyTagClassName
{
color: #141ACE;
}
</style>
background-color css
<style>
a { background-color: #141ACE; }
a { background-color: rgb(20,26,206); }
div.DivClassName
{
background-color: #141ACE;
}
.BgClassName
{
background-color: #141ACE;
}
</style>
border-color css
<style>
span { border-color: #141ACE; }
span { border-color: rgb(20,26,206); }
td.TdClassName
{
border-color: #141ACE;
}
.TagClassName
{
border-color: #141ACE;
}
</style>