Shades of Navy Blue #146EEC
Tints of Navy Blue #146EEC
RGB
CMYK
RGB Variations
Color information
#146EEC (or 0x146EEC) is known color: Navy Blue. HEX triplet: 14, 6E and EC. RGB value is (20,110,236). Sum of RGB (Red+Green+Blue) = 20+110+236=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #146EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EEC is #EB9113. Grayscale: #606060. Windows color (decimal): -15438100 or 15494676. OLE color: 15494676.
HSL color Cylindrical-coordinate representation of color #146EEC: hue angle of 215º 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 #146EEC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 110 | 236 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.07 |
| HSL | 215º | 0.85% | 0.5% | - |
| HSV(B) | 215º | 0.92% | 0.93% | - |
| XYZ | 21 | 17.36 | 81.6 | - |
| YUV | 97.45 | 206.18 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 236 | 0.92 | 0.53 | 0 | 0.07 | 215 | 0.85 | 0.5 |
| Hex | 14 | 6E | EC | 5C | 35 | 0 | 7 | D7 | 55 | 32 |
| Octal | 24 | 156 | 354 | 134 | 65 | 0 | 7 | 327 | 125 | 62 |
| Binary | 10100 | 1101110 | 11101100 | 1011100 | 110101 | 0 | 111 | 11010111 | 1010101 | 110010 |
Color Harmonies of #146EEC
Complementary color
Monochromatic Colors of #146EEC
Black with #146EEC
Text Example
Text Example
White with #146EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EEC; }
p { color: rgb(20,110,236); }
H1.HeaderClassName
{
color: #146EEC;
}
.AnyTagClassName
{
color: #146EEC;
}
</style>
background-color css
<style>
a { background-color: #146EEC; }
a { background-color: rgb(20,110,236); }
div.DivClassName
{
background-color: #146EEC;
}
.BgClassName
{
background-color: #146EEC;
}
</style>
border-color css
<style>
span { border-color: #146EEC; }
span { border-color: rgb(20,110,236); }
td.TdClassName
{
border-color: #146EEC;
}
.TagClassName
{
border-color: #146EEC;
}
</style>