Shades of Navy Blue #146DEC
Tints of Navy Blue #146DEC
RGB
CMYK
RGB Variations
Color information
#146DEC (or 0x146DEC) is known color: Navy Blue. HEX triplet: 14, 6D and EC. RGB value is (20,109,236). Sum of RGB (Red+Green+Blue) = 20+109+236=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #146DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DEC is #EB9213. Grayscale: #606060. Windows color (decimal): -15438356 or 15494420. OLE color: 15494420.
HSL color Cylindrical-coordinate representation of color #146DEC: hue angle of 215.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146DEC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 109 | 236 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 215.28º | 0.85% | 0.5% | - |
| HSV(B) | 215.28º | 0.92% | 0.93% | - |
| XYZ | 20.9 | 17.14 | 81.56 | - |
| YUV | 96.87 | 206.51 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 236 | 0.92 | 0.54 | 0 | 0.07 | 215.28 | 0.85 | 0.5 |
| Hex | 14 | 6D | EC | 5C | 36 | 0 | 7 | D7 | 55 | 32 |
| Octal | 24 | 155 | 354 | 134 | 66 | 0 | 7 | 327 | 125 | 62 |
| Binary | 10100 | 1101101 | 11101100 | 1011100 | 110110 | 0 | 111 | 11010111 | 1010101 | 110010 |
Color Harmonies of #146DEC
Complementary color
Monochromatic Colors of #146DEC
Black with #146DEC
Text Example
Text Example
White with #146DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DEC; }
p { color: rgb(20,109,236); }
H1.HeaderClassName
{
color: #146DEC;
}
.AnyTagClassName
{
color: #146DEC;
}
</style>
background-color css
<style>
a { background-color: #146DEC; }
a { background-color: rgb(20,109,236); }
div.DivClassName
{
background-color: #146DEC;
}
.BgClassName
{
background-color: #146DEC;
}
</style>
border-color css
<style>
span { border-color: #146DEC; }
span { border-color: rgb(20,109,236); }
td.TdClassName
{
border-color: #146DEC;
}
.TagClassName
{
border-color: #146DEC;
}
</style>